Message87968
All the dbm.* modules currently have different interfaces, and different
levels of supporting the Python3-style dictionary interface -- while the
docs claim they all have (most of) the dict interface.
For example, both dbm.gnu and dbm.ndbm only have keys() methods, and
they return a list. Etc. for other dict-style methods.
So, either we remove the claim that they have a dict-style interface
beyond __*item__() and keys(), or we do something about it. |
|
Date |
User |
Action |
Args |
2009-05-17 08:46:29 | georg.brandl | set | recipients:
+ georg.brandl |
2009-05-17 08:46:29 | georg.brandl | set | messageid: <1242549989.17.0.48305033807.issue6045@psf.upfronthosting.co.za> |
2009-05-17 08:46:28 | georg.brandl | link | issue6045 messages |
2009-05-17 08:46:27 | georg.brandl | create | |
|