-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dbm errors should contain file names #78429
Comments
the |
I've made a patch which works for me. >>> dbm.gnu.open("/tmp/zzzzz")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
_gdbm.error: [Errno 2] No such file or directory: '/tmp/zzzzz'
>>> Could you please give it a try? |
thanks for the patch. |
Alright, I created a PR for this. We will see if this can be merged to upstream or not. |
PR 8590 only changes dbm.gnu. If we do this, we should update dbm.ndbm as well:
|
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: