Ray.Allen <ysj....@gmail.com> added the comment:

Here is the updated patch, which fixed:

1. remove get() method of gdbm since issue6045 has already add it.

2. method keys() and items() of dbm object return set instead of list. Since 
pep3119 said keys() and items() should return collections.Set and set is a 
collections.Set.

3. add update() method to dbm object, which follows implementation in 
collections.MutableMapping.update().

----------
Added file: http://bugs.python.org/file19987/issue_9523.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9523>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to