From: Terry Jan Reedy Date: Sat, 6 Dec 2014 01:25:30 +0000 (-0500) Subject: Issue #16893: Update Idle doc chapter to match current Idle and add new X-Git-Tag: v3.4.3rc1~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f990e7f1f0de45a07bab0e520d01f706b6f46569;p=python Issue #16893: Update Idle doc chapter to match current Idle and add new information. --- diff --git a/Misc/NEWS b/Misc/NEWS index 7cf0ccdf82..b8ec14814b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.