From: Berker Peksag Date: Sat, 19 Mar 2016 11:16:52 +0000 (+0200) Subject: Issue #19265: Improve test coverage of datetime.tzinfo X-Git-Tag: v3.6.0a1~429 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02cce6921700051031f9b07adacd1605b84c57c1;p=thirdparty%2FPython%2Fcpython.git Issue #19265: Improve test coverage of datetime.tzinfo Without the patch, line 1010 of Lib/datetime.py wasn't covered by the test suite. Patch by Colin Williams. --- 02cce6921700051031f9b07adacd1605b84c57c1