Skip to content

Commit de8037d

Browse files
authored
[3.7] bpo-34162: Update idlelib NEWS to 2018-12-05 (GH-10964) (GH-10980)
Cherry-picked from 6ea9d54.
1 parent b1438c0 commit de8037d

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

Lib/idlelib/NEWS.txt

+38-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,45 @@
1-
What's New in IDLE 3.7.1
1+
What's New in IDLE 3.7.2
22
Released on 2018-07-31?
33
======================================
44

55

6+
bpo-35213: Where appropriate, use 'macOS' in idlelib.
7+
8+
bpo-34864: Document two IDLE on MacOS issues. The System Preferences
9+
Dock "prefer tabs always" setting disables some IDLE features.
10+
Menus are a bit different than as described for Windows and Linux.
11+
12+
bpo-35202: Remove unused imports in idlelib.
13+
14+
bpo-33000: Document that IDLE's shell has no line limit.
15+
A program that runs indefinitely can overfill memory.
16+
17+
bpo-23220: Explain how IDLE's Shell displays output.
18+
Add new subsection "User output in Shell".
19+
20+
bpo-35099: Improve the doc about IDLE running user code.
21+
"IDLE -- console differences" is renamed "Running user code".
22+
It mostly covers the implications of using custom sys.stdxxx objects.
23+
24+
bpo-35097: Add IDLE doc subsection explaining editor windows.
25+
Topics include opening, title and status bars, .py* extension, and running.
26+
27+
Issue 35093: Document the IDLE document viewer in the IDLE doc.
28+
Add a paragraph in "Help and preferences", "Help sources" subsection.
29+
30+
bpo-1529353: Explain Shell text squeezing in the IDLE doc.
31+
32+
bpo-35088: Update idlelib.help.copy_string docstring.
33+
We now use git and backporting instead of hg and forward merging.
34+
35+
bpo-35087: Update idlelib help files for the current doc build.
36+
The main change is the elimination of chapter-section numbers.
37+
38+
39+
What's New in IDLE 3.7.1
40+
Released on 2018-07-31?
41+
======================================
42+
643
bpo-1529353: Output over N lines (50 by default) is squeezed down to a button.
744
N can be changed in the PyShell section of the General page of the
845
Settings dialog. Fewer, but possibly extra long, lines can be squeezed by

0 commit comments

Comments
 (0)