From: Ezio Melotti Date: Fri, 12 Apr 2013 11:14:22 +0000 (+0300) Subject: #17692: merge with 3.3. X-Git-Tag: v3.4.0a1~977 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ec97f415ce2468473bae39b4b6be56b6c55963a;p=python #17692: merge with 3.3. --- 7ec97f415ce2468473bae39b4b6be56b6c55963a diff --cc Misc/NEWS index d3c9c26259,153c2bd323..83ea595233 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -84,6 -79,30 +84,9 @@@ Test - Issue #17690: test_time now works with unittest test discovery. Patch by Zachary Ware. + - Issue #17692: test_sqlite now works with unittest test discovery. + Patch by Zachary Ware. + -Documentation -------------- - -- Issue #15940: Specify effect of locale on time functions. - - -What's New in Python 3.3.1? -=========================== - -*Release date: 07-Apr-2013* - -Build ------ - -- Issue #17550: Fix the --enable-profiling configure switch. - -Library -------- - -- Issue #17625: In IDLE, close the replace dialog after it is used. - What's New in Python 3.3.1 release candidate 1? ===============================================