diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-12-06 01:25:30 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-12-06 01:25:30 (GMT) |
commit | f990e7f1f0de45a07bab0e520d01f706b6f46569 (patch) | |
tree | dd192c31860ea54e954f47311a0f0d79f62df6b2 | |
parent | 17be09c4754e5618fc51535f1f6e68acb54d6e8d (diff) | |
download | cpython-f990e7f1f0de45a07bab0e520d01f706b6f46569.zip cpython-f990e7f1f0de45a07bab0e520d01f706b6f46569.tar.gz cpython-f990e7f1f0de45a07bab0e520d01f706b6f46569.tar.bz2 |
Issue #16893: Update Idle doc chapter to match current Idle and add new
information.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -175,6 +175,9 @@ Library IDLE ---- +- Issue #16893: Update Idle doc chapter to match current Idle and add new + information. + - Issue #3068: Add Idle extension configuration dialog to Options menu. Changes are written to HOME/.idlerc/config-extensions.cfg. Original patch by Tal Einat. |