This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky
Date 2010-06-21.20:15:07
SpamBayes Score 0.00023712205
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
>>> s = pickle.dumps(timezone.utc)
>>> pickle.loads(s)
Traceback (most recent call last):
 ..
TypeError: ("Required argument 'offset' (pos 1) not found", <class 'datetime.timezone'>, ())
History
Date User Action Args
2010-06-21 20:15:09belopolskysetrecipients: + belopolsky
2010-06-21 20:15:08belopolskysetmessageid: <[email protected]>
2010-06-21 20:15:07belopolskylinkissue9051 messages
2010-06-21 20:15:07belopolskycreate