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

Hanno Schlichting hanno at hannosch.eu
Mon Dec 13 04:28:08 EST 2010


Hi.

On Mon, Dec 13, 2010 at 10:11 AM, Vincent Pelletier <vincent at 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 wasn't updated.

Hanno


More information about the ZODB-Dev mailing list