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