[issue9051] Cannot pickle timezone instances

2010-06-23 Thread Alexander Belopolsky
Alexander Belopolsky belopol...@users.sourceforge.net added the comment: Committed in r82184. Leaving the issue open pending a more thorough review of pickling in datetime module. -- keywords: -easy, patch priority: normal - low ___ Python tracker

[issue9051] Cannot pickle timezone instances

2010-06-22 Thread Alexander Belopolsky
Alexander Belopolsky belopol...@users.sourceforge.net added the comment: Python version is fixed in sandbox and committed in r82154. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9051 ___

[issue9051] Cannot pickle timezone instances

2010-06-21 Thread Alexander Belopolsky
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:

[issue9051] Cannot pickle timezone instances

2010-06-21 Thread Alexander Belopolsky
Changes by Alexander Belopolsky belopol...@users.sourceforge.net: -- keywords: +easy, patch nosy: +mark.dickinson stage: unit test needed - patch review Added file: http://bugs.python.org/file17738/issue8455.diff ___ Python tracker

[issue9051] Cannot pickle timezone instances

2010-06-21 Thread Alexander Belopolsky
Changes by Alexander Belopolsky belopol...@users.sourceforge.net: Removed file: http://bugs.python.org/file17738/issue8455.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9051 ___

[issue9051] Cannot pickle timezone instances

2010-06-21 Thread Alexander Belopolsky
Changes by Alexander Belopolsky belopol...@users.sourceforge.net: Added file: http://bugs.python.org/file17739/issue9051.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9051 ___