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 serhiy.storchaka
Recipients Jeff Reback, belopolsky, serhiy.storchaka
Date 2016-11-18.06:20:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479450005.75.0.532858273917.issue28730@psf.upfronthosting.co.za>
In-reply-to
Content
That is because some datetime classes now define __reduce_ex__ instead of __reduce__ (see issue24773). It has higher priority.
History
Date User Action Args
2016-11-18 06:20:05serhiy.storchakasetrecipients: + serhiy.storchaka, belopolsky, Jeff Reback
2016-11-18 06:20:05serhiy.storchakasetmessageid: <1479450005.75.0.532858273917.issue28730@psf.upfronthosting.co.za>
2016-11-18 06:20:05serhiy.storchakalinkissue28730 messages
2016-11-18 06:20:05serhiy.storchakacreate