summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-02-04 17:38:10 (GMT)
committerNed Deily <nad@acm.org>2012-02-04 17:38:10 (GMT)
commit08d052ac5aeef434b9ddbe70f96ae9dcc40a5c35 (patch)
tree9a26b9a8c1779a7ef25f8d1d38b953db9d9f2a9d /Misc
parent672b3ac2f098374217935d207fa8df77390fc9fb (diff)
parented3b867f330c107ed77044cffb4b28703aa17d08 (diff)
downloadcpython-08d052ac5aeef434b9ddbe70f96ae9dcc40a5c35.zip
cpython-08d052ac5aeef434b9ddbe70f96ae9dcc40a5c35.tar.gz
cpython-08d052ac5aeef434b9ddbe70f96ae9dcc40a5c35.tar.bz2
Issue #13933: merge
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 72a943d..b553b8a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -466,6 +466,9 @@ Core and Builtins
Library
-------
+- Issue #13933: IDLE auto-complete did not work with some imported
+ module, like hashlib. (Patch by Roger Serwy)
+
- Issue #13901: Prevent test_distutils failures on OS X with --enable-shared.
- Issue #13676: Handle strings with embedded zeros correctly in sqlite3.