summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2012-02-05 20:24:39 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2012-02-05 20:24:39 (GMT)
commitea4afbb6bcb2fb18952b6900417be22802801773 (patch)
tree2c80acb926b845ca3fdd36864f6d7a87e5d4d47e /Misc
parentd8d2c984d3f632c7c4dc2a702e07a1f1ab97de65 (diff)
parente91e7637bb2d7723b95cd7d3b8f581aff39d70f2 (diff)
downloadcpython-ea4afbb6bcb2fb18952b6900417be22802801773.zip
cpython-ea4afbb6bcb2fb18952b6900417be22802801773.tar.gz
cpython-ea4afbb6bcb2fb18952b6900417be22802801773.tar.bz2
Merge with 3.2 #964437
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d1f5cb3..244c813 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -466,6 +466,9 @@ Core and Builtins
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.