Kaydet (Commit) 8c737d28 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Merge with 3.5

...@@ -1190,7 +1190,7 @@ class ConfigDialog(Toplevel): ...@@ -1190,7 +1190,7 @@ class ConfigDialog(Toplevel):
This code is generic - it works for any and all IDLE extensions. This code is generic - it works for any and all IDLE extensions.
IDLE extensions save their configuration options using idleConf. IDLE extensions save their configuration options using idleConf.
This code reads the current configuration using idleConf, supplies a This code reads the current configuration using idleConf, supplies a
GUI interface to change the configuration values, and saves the GUI interface to change the configuration values, and saves the
changes using idleConf. changes using idleConf.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment