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 sam-s
Recipients ezio.melotti, sam-s, vstinner
Date 2017-09-08.21:00:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504904421.74.0.419144260456.issue31398@psf.upfronthosting.co.za>
In-reply-to
Content
the problem is not present in 
Python 3.6.2 (default, Jul 17 2017, 16:44:45):
```
>>> import dbm
>>> import dbm.gnu
>>> db = dbm.gnu.open("foo","c")
>>> "a" in db
False
>>> u"a" in db
False
```
History
Date User Action Args
2017-09-08 21:00:21sam-ssetrecipients: + sam-s, vstinner, ezio.melotti
2017-09-08 21:00:21sam-ssetmessageid: <1504904421.74.0.419144260456.issue31398@psf.upfronthosting.co.za>
2017-09-08 21:00:21sam-slinkissue31398 messages
2017-09-08 21:00:21sam-screate