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 r.david.murray
Recipients ezio.melotti, r.david.murray, sam-s, vstinner
Date 2017-09-09.17:26:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504977971.66.0.0464564196361.issue31398@psf.upfronthosting.co.za>
In-reply-to
Content
In python3, u"a" and "a" are the same thing.  The equivalent in python3 would bee b"a" vs "a", but I have no idea if we even support bytes keys in python3 gdbm.

In 2.7 does has_key(u"x") work if x is a valid key?
History
Date User Action Args
2017-09-09 17:26:11r.david.murraysetrecipients: + r.david.murray, vstinner, ezio.melotti, sam-s
2017-09-09 17:26:11r.david.murraysetmessageid: <1504977971.66.0.0464564196361.issue31398@psf.upfronthosting.co.za>
2017-09-09 17:26:11r.david.murraylinkissue31398 messages
2017-09-09 17:26:11r.david.murraycreate