Message301781
| 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:11 | r.david.murray | set | recipients: + r.david.murray, vstinner, ezio.melotti, sam-s |
| 2017-09-09 17:26:11 | r.david.murray | set | messageid: <1504977971.66.0.0464564196361.issue31398@psf.upfronthosting.co.za> |
| 2017-09-09 17:26:11 | r.david.murray | link | issue31398 messages |
| 2017-09-09 17:26:11 | r.david.murray | create | |