summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-02-04 17:36:43 (GMT)
committerNed Deily <nad@acm.org>2012-02-04 17:36:43 (GMT)
commited3b867f330c107ed77044cffb4b28703aa17d08 (patch)
tree2b308751c263ad0a51317fb561416973841bab59 /Misc
parentf99f3339fdab123033ef097a918da3f0a88cf776 (diff)
downloadcpython-ed3b867f330c107ed77044cffb4b28703aa17d08.zip
cpython-ed3b867f330c107ed77044cffb4b28703aa17d08.tar.gz
cpython-ed3b867f330c107ed77044cffb4b28703aa17d08.tar.bz2
Issue #13933: IDLE auto-complete did not work with some imported
module, like hashlib. (Patch by Roger Serwy)
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 136748e..d3a3b9e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,6 +113,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.