diff options
author | Ned Deily <nad@acm.org> | 2012-02-04 17:36:43 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-02-04 17:36:43 (GMT) |
commit | ed3b867f330c107ed77044cffb4b28703aa17d08 (patch) | |
tree | 2b308751c263ad0a51317fb561416973841bab59 /Misc | |
parent | f99f3339fdab123033ef097a918da3f0a88cf776 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |