This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author csernazs
Recipients csernazs, sam-s
Date 2018-07-31.20:19:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533068399.24.0.56676864532.issue34248@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2018-07-31 20:19:59csernazssetrecipients: + csernazs, sam-s
2018-07-31 20:19:59csernazssetmessageid: <1533068399.24.0.56676864532.issue34248@psf.upfronthosting.co.za>
2018-07-31 20:19:59csernazslinkissue34248 messages
2018-07-31 20:19:59csernazscreate