[issue9051] Cannot pickle timezone instances

2010-06-23 Thread Alexander Belopolsky
Alexander Belopolsky 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 added the comment: Python version is fixed in sandbox and committed in r82154. -- ___ Python tracker ___ ___ Pyth

[issue9051] Cannot pickle timezone instances

2010-06-21 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : Added file: http://bugs.python.org/file17739/issue9051.diff ___ Python tracker ___ ___ Python-bugs-list maili

[issue9051] Cannot pickle timezone instances

2010-06-21 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : Removed file: http://bugs.python.org/file17738/issue8455.diff ___ Python tracker ___ ___ Python-bugs-list mai

[issue9051] Cannot pickle timezone instances

2010-06-21 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- 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
New submission from Alexander Belopolsky : >>> s = pickle.dumps(timezone.utc) >>> pickle.loads(s) Traceback (most recent call last): .. TypeError: ("Required argument 'offset' (pos 1) not found", , ()) -- assignee: belopolsky messages: 108313 nosy: belopolsky priority: normal severity: