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, yoch.melka
Date 2013-07-04.14:08:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372946895.45.0.357381555957.issue18359@psf.upfronthosting.co.za>
In-reply-to
Content
This is expected, your class must say how this __new__ constructor can be called.
http://docs.python.org/2/library/pickle.html#object.__getnewargs__
History
Date User Action Args
2013-07-04 14:08:15amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, yoch.melka
2013-07-04 14:08:15amaury.forgeotdarcsetmessageid: <1372946895.45.0.357381555957.issue18359@psf.upfronthosting.co.za>
2013-07-04 14:08:15amaury.forgeotdarclinkissue18359 messages
2013-07-04 14:08:15amaury.forgeotdarccreate