Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4becc38

Browse files
committed
Update idlelib/NEWS.txt.
2 parents 7eda940 + 81f01fb commit 4becc38

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lib/idlelib/NEWS.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
What'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

0 commit comments

Comments
 (0)