Alexander Belopolsky added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22005>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to