[issue8634] get method for dbm interface

2010-11-11 Thread Éric Araujo
Éric Araujo added the comment: The other bug report adds the get method as part of MutableMapping compliance, so I’m closing this as a obsoleted. -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> Improve dbm modules _

[issue8634] get method for dbm interface

2010-08-05 Thread Ray.Allen
Ray.Allen added the comment: See issue9523. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue8634] get method for dbm interface

2010-08-02 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +merwok ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue8634] get method for dbm interface

2010-08-02 Thread Ray.Allen
Ray.Allen added the comment: +1 on generalize the dbm.gnu and gbm.ndbm, and also dbm.dumb. All of them should follow the Collections.MutableMapping ABC. I will work out a patch to fix this. -- nosy: +ysj.ray ___ Python tracker

[issue8634] get method for dbm interface

2010-08-01 Thread Benjamin VENELLE
Benjamin VENELLE added the comment: Yes I know, that's why get() should be a standard dbm's method like __getitem__() and __setitem__(). So, defining it in all classes which implements dbm interface would be a good enhancement. -- ___ Python tracke

[issue8634] get method for dbm interface

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: dbm.ndbm already has get(). dbm.gnu is missing it. -- nosy: +georg.brandl ___ Python tracker ___ ___

[issue8634] get method for dbm interface

2010-05-06 Thread Brian Curtin
Changes by Brian Curtin : -- title: [PATCH] get method for dbm interface -> get method for dbm interface versions: -Python 2.7, Python 3.3 ___ Python tracker ___