Re: [ZODB-Dev] Some tests do not pass load's version parameter

2010-12-13 Thread Hanno Schlichting
Hi. On Mon, Dec 13, 2010 at 10:11 AM, Vincent Pelletier vinc...@nexedi.com wrote: Reading ZODB.interface, I realised the version parameter is defined as mandatory: class IStorage(Interface):   [...]    def load(oid, version): That parameter was deprecated in 3.9. Looks like the interface

Re: [ZODB-Dev] Some tests do not pass load's version parameter

2010-12-13 Thread Jim Fulton
On Mon, Dec 13, 2010 at 4:11 AM, Vincent Pelletier vinc...@nexedi.com wrote: Hi. Reading ZODB.interface, I realised the version parameter is defined as mandatory: class IStorage(Interface):   [...]    def load(oid, version): But some tests do not pass this parameter: $ grep