diff options
author | Ned Deily <nad@acm.org> | 2012-02-04 17:38:10 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-02-04 17:38:10 (GMT) |
commit | 08d052ac5aeef434b9ddbe70f96ae9dcc40a5c35 (patch) | |
tree | 9a26b9a8c1779a7ef25f8d1d38b953db9d9f2a9d /Misc | |
parent | 672b3ac2f098374217935d207fa8df77390fc9fb (diff) | |
parent | ed3b867f330c107ed77044cffb4b28703aa17d08 (diff) | |
download | cpython-08d052ac5aeef434b9ddbe70f96ae9dcc40a5c35.zip cpython-08d052ac5aeef434b9ddbe70f96ae9dcc40a5c35.tar.gz cpython-08d052ac5aeef434b9ddbe70f96ae9dcc40a5c35.tar.bz2 |
Issue #13933: merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |