mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Marge 3.4
This commit is contained in:
commit
e90bb44347
2 changed files with 10 additions and 4 deletions
|
@ -2,12 +2,15 @@ What's New in IDLE 3.5.1?
|
||||||
=========================
|
=========================
|
||||||
*Release date: 2015-09-13*
|
*Release date: 2015-09-13*
|
||||||
|
|
||||||
|
- Issue #24861: Most of idlelib is private and subject to change.
|
||||||
|
Use idleib.idle.* to start Idle. See idlelib.__init__.__doc__.
|
||||||
|
|
||||||
- Issue #25199: Idle: add synchronization comments for future maintainers.
|
- Issue #25199: Idle: add synchronization comments for future maintainers.
|
||||||
|
|
||||||
- Issue #16893: Replace help.txt with idle.html for Idle doc display.
|
- Issue #16893: Replace help.txt with idle.html for Idle doc display.
|
||||||
The new idlelib/idle.html is copied from Doc/build/html/idle.html.
|
The new idlelib/idle.html is copied from Doc/build/html/library/idle.html.
|
||||||
It looks better than help.txt and will better document Idle as released.
|
It looks better than help.txt and will better document Idle as released.
|
||||||
The tkinter html viewer that works for this file was written by Rose Roseman.
|
The tkinter html viewer that works for this file was written by Mark Roseman.
|
||||||
The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.
|
The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.
|
||||||
|
|
||||||
- Issue #24199: Deprecate unused idlelib.idlever with possible removal in 3.6.
|
- Issue #24199: Deprecate unused idlelib.idlever with possible removal in 3.6.
|
||||||
|
|
|
@ -94,12 +94,15 @@ Library
|
||||||
IDLE
|
IDLE
|
||||||
----
|
----
|
||||||
|
|
||||||
|
- Issue #24861: Most of idlelib is private and subject to change.
|
||||||
|
Use idleib.idle.* to start Idle. See idlelib.__init__.__doc__.
|
||||||
|
|
||||||
- Issue #25199: Idle: add synchronization comments for future maintainers.
|
- Issue #25199: Idle: add synchronization comments for future maintainers.
|
||||||
|
|
||||||
- Issue #16893: Replace help.txt with idle.html for Idle doc display.
|
- Issue #16893: Replace help.txt with idle.html for Idle doc display.
|
||||||
The new idlelib/idle.html is copied from Doc/build/html/idle.html.
|
The new idlelib/idle.html is copied from Doc/build/html/library/idle.html.
|
||||||
It looks better than help.txt and will better document Idle as released.
|
It looks better than help.txt and will better document Idle as released.
|
||||||
The tkinter html viewer that works for this file was written by Rose Roseman.
|
The tkinter html viewer that works for this file was written by Mark Roseman.
|
||||||
The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.
|
The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.
|
||||||
|
|
||||||
- Issue #24199: Deprecate unused idlelib.idlever with possible removal in 3.6.
|
- Issue #24199: Deprecate unused idlelib.idlever with possible removal in 3.6.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue