New submission from Alexander Belopolsky <belopol...@users.sourceforge.net>:
>>> s = pickle.dumps(timezone.utc) >>> pickle.loads(s) Traceback (most recent call last): .. TypeError: ("Required argument 'offset' (pos 1) not found", <class 'datetime.timezone'>, ()) ---------- assignee: belopolsky messages: 108313 nosy: belopolsky priority: normal severity: normal stage: unit test needed status: open title: Cannot pickle timezone instances type: behavior versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9051> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com