Jason R. Coombs added the comment: Pickle still works, so pickle must be relying on a different protocol for serialization.
$ python Python 3.6.0b3 (v3.6.0b3:8345e066c0ed, Oct 31 2016, 18:05:23) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import pickle >>> import datetime >>> pickle.loads(pickle.dumps(datetime.datetime.now())) datetime.datetime(2016, 11, 20, 10, 56, 43, 264436) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28752> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com