[issue22775] SimpleCookie not unpicklable with protocol 2+

2014-11-03 Thread Georg Brandl
Georg Brandl added the comment: Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue22775] SimpleCookie not unpicklable with protocol 2+

2014-11-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This affects 2.7 too. -- title: SimpleCookie not picklable with HIGHEST_PROTOCOL -> SimpleCookie not unpicklable with protocol 2+ versions: +Python 2.7 ___ Python tracker __