]> granicus.if.org Git - python/commit
Merge the test part of the below checkin to the sandbox and Zope3, so
authorGuido van Rossum <guido@python.org>
Fri, 7 Feb 2003 21:49:01 +0000 (21:49 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 7 Feb 2003 21:49:01 +0000 (21:49 +0000)
commit275666fd50eaf494448ba102652d4273b135a017
treeaa6a32686267b6434fadbeeb4d1d2774c9403ec5
parentcef9db6db5bd406fd5d77e88b37816fd903aec0c
Merge the test part of the below checkin to the sandbox and Zope3, so
the tests will remain in sync:

"""
Tres discovered a weird bug when a datetime is pickled, caused by the
shadowing of __year, __month, __day and the use of proxies.

Here's a quick fix and a quick unit test.  I don't quite understand
why this wasn't caught by the pickling unit tests.
"""
Lib/test/test_datetime.py