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 belopolsky
Recipients alexandre.vassalotti, belopolsky, eddygeek, pitrou, serhiy.storchaka, [email protected], tim.peters
Date 2015-10-15.17:56:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Christian,

I don't think your solution will work for date/time/datetime pickles.  There are many values for which pickle payload consists of bytes within 0-127 range.  IIUC, you propose to decode those to Python 3 strings using ASCII encoding.  This will in turn require accepting str type in date/time/datetime constructors.
History
Date User Action Args
2015-10-15 17:56:42belopolskysetrecipients: + belopolsky, tim.peters, pitrou, alexandre.vassalotti, serhiy.storchaka, eddygeek, [email protected]
2015-10-15 17:56:42belopolskysetmessageid: <[email protected]>
2015-10-15 17:56:41belopolskylinkissue22005 messages
2015-10-15 17:56:41belopolskycreate