From: Ezio Melotti Date: Sat, 4 May 2013 14:47:54 +0000 (+0300) Subject: #7855: merge with 3.3. X-Git-Tag: v3.4.0a1~810 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e59af7abddc7c43a6f52b571fcd65fc55e5f861;p=thirdparty%2FPython%2Fcpython.git #7855: merge with 3.3. --- 4e59af7abddc7c43a6f52b571fcd65fc55e5f861 diff --cc Misc/NEWS index 5682eceacf9a,1bb73554c6ab..524c84b30d6e --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -188,9 -158,9 +188,12 @@@ Librar Tests ----- + - Issue #7855: Add tests for ctypes/winreg for issues found in IronPython. + Initial patch by Dino Viehland. + +- Issue #11078: test___all__ now checks for duplicates in __all__. + Initial patch by R. David Murray. + - Issue #17712: Fix test_gdb failures on Ubuntu 13.04. - Issue #17835: Fix test_io when the default OS pipe buffer size is larger