From: Terry Jan Reedy Date: Sun, 5 Feb 2012 20:24:39 +0000 (-0500) Subject: Merge with 3.2 #964437 X-Git-Tag: v3.3.0a1~237 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea4afbb6bcb2fb18952b6900417be22802801773;p=thirdparty%2FPython%2Fcpython.git Merge with 3.2 #964437 --- ea4afbb6bcb2fb18952b6900417be22802801773 diff --cc Misc/NEWS index d1f5cb3ec6af,0a12d215246d..244c813b7315 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -466,15 -113,11 +466,18 @@@ Core and Builtin Library ------- + - Issue #964437 Make IDLE help window non-modal. + Patch by Guilherme Polo and Roger Serwy. + +- Issue #13734: Add os.fwalk(), a directory walking function yielding file + descriptors. + - Issue #2945: Make the distutils upload command aware of bdist_rpm products. +- Issue #13712: pysetup create should not convert package_data to extra_files. + +- Issue #11805: package_data in setup.cfg should allow more than one value. + - Issue #13933: IDLE auto-complete did not work with some imported module, like hashlib. (Patch by Roger Serwy)