File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11What's New in IDLE 3.5.0?
22=========================
33
4+ - Issue #16893: Update Idle doc chapter to match current Idle and add new
5+ information.
6+
7+ - Issue #3068: Add Idle extension configuration dialog to Options menu.
8+ Changes are written to HOME/.idlerc/config-extensions.cfg.
9+ Original patch by Tal Einat.
10+
11+ - Issue #16233: A module browser (File : Class Browser, Alt+C) requires a
12+ editor window with a filename. When Class Browser is requested otherwise,
13+ from a shell, output window, or 'Untitled' editor, Idle no longer displays
14+ an error box. It now pops up an Open Module box (Alt+M). If a valid name
15+ is entered and a module is opened, a corresponding browser is also opened.
16+
17+ - Issue #4832: Save As to type Python files automatically adds .py to the
18+ name you enter (even if your system does not display it). Some systems
19+ automatically add .txt when type is Text files.
20+
21+ - Issue #21986: Code objects are not normally pickled by the pickle module.
22+ To match this, they are no longer pickled when running under Idle.
23+
424- Issue #17390: Adjust Editor window title; remove 'Python',
525 move version to end.
626
You can’t perform that action at this time.
0 commit comments