From: Petri Lehtinen Date: Sat, 23 Feb 2013 18:10:29 +0000 (+0100) Subject: Issue #14720: sqlite3: Convert datetime microseconds correctly X-Git-Tag: v3.4.0a1~1330 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e460f26b2582606faa7b64e5dc8643b560472f0d;p=python Issue #14720: sqlite3: Convert datetime microseconds correctly --- e460f26b2582606faa7b64e5dc8643b560472f0d diff --cc Misc/NEWS index e048d6d5cc,b0694d3635..c43936ada8 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -260,9 -181,9 +260,12 @@@ Core and Builtin Library ------- + - Issue #14720: sqlite3: Convert datetime microseconds correctly. + Patch by Lowe Thiderman. + +- Issue #15132: Allow a list for the defaultTest argument of + unittest.TestProgram. Patch by Jyrki Pulliainen. + - Issue #17225: JSON decoder now counts columns in the first line starting with 1, as in other lines.