From: Serhiy Storchaka Date: Mon, 16 Nov 2015 09:19:31 +0000 (+0200) Subject: Issue #9051: Added tests for pickling and copying the timezone objects. X-Git-Tag: v3.5.1rc1~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f242aebbd31738e9ffce59d1ce557ec085e1c1c7;p=thirdparty%2FPython%2Fcpython.git Issue #9051: Added tests for pickling and copying the timezone objects. --- f242aebbd31738e9ffce59d1ce557ec085e1c1c7 diff --cc Lib/test/datetimetester.py index 63c3ae84bdf9,289b0ca18200..6365c605791f --- a/Lib/test/datetimetester.py +++ b/Lib/test/datetimetester.py @@@ -3,7 -3,7 +3,8 @@@ See http://www.zope.org/Members/fdrake/DateTimeWiki/TestCases """ + import copy +import decimal import sys import pickle import random