Skip to content

Commit af1f977

Browse files
authored
[3.6] bpo-34162: Update idlelib NEWS to 2018-12-05 (GH-10964) (GH-10979)
Cherry-picked from 6ea9d54.
1 parent af31228 commit af1f977

File tree

1 file changed

+40
-2
lines changed

1 file changed

+40
-2
lines changed

Lib/idlelib/NEWS.txt

+40-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,46 @@
1-
What's New in IDLE 3.6.7
2-
Released on 2018-09-24?
1+
What's New in IDLE 3.6.8
2+
Released on 2018-12-20?
3+
**This is the final 3.6 bugfix maintenance release**
34
======================================
45

56

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

0 commit comments

Comments
 (0)