Facundo Batista a écrit : > 2008/2/25, Facundo Batista <[EMAIL PROTECTED]>: > > >> 2008/2/25, Christian Heimes <[EMAIL PROTECTED]>: >> >> > Thomas Herve has worked out a patch: http://bugs.python.org/issue2177 >> >> After reviewing, testing and etc, I commited it. Let's see the buildbots! :) >> > > Some are green, now, but others still are in red, failing in > test_shelve.py, because of errors like this: > > ====================================================================== > ERROR: test_get (test.test_shelve.TestAsciiFileShelve) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File > "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/mapping_tests.py", > line 271, in test_get > self.assert_(d.get(self.other.keys()[0]) is None) > File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/shelve.py", > line 104, in get > if key in self.dict: > TypeError: argument of type 'dbm.dbm' is not iterable > Hello,
I've worked on that problem during the bug day. I've open a ticket with a patch at http://bugs.python.org/issue2168. -- Thomas _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com