This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, pschaafsma
Date 2012-10-15.14:36:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350311800.15.0.507351896709.issue16231@psf.upfronthosting.co.za>
In-reply-to
Content
An easy workaround (and probably the preferred method) it to return a (tag, index) tuple, like the example in http://docs.python.org/release/3.2/library/pickle.html#pickle-persistent

Testing for the None value introduces a slight incompatibility, so IMO it could only be changed for 3.4.
History
Date User Action Args
2012-10-15 14:36:40amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pschaafsma
2012-10-15 14:36:40amaury.forgeotdarcsetmessageid: <1350311800.15.0.507351896709.issue16231@psf.upfronthosting.co.za>
2012-10-15 14:36:40amaury.forgeotdarclinkissue16231 messages
2012-10-15 14:36:40amaury.forgeotdarccreate