Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
d9763c2c
Commit
d9763c2c
authored
Sep 21, 2015
by
Terry Jan Reedy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #24861: add Idle news item and correct previous errors.
parent
582b17c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
Lib/idlelib/NEWS.txt
Lib/idlelib/NEWS.txt
+5
-2
Misc/NEWS
Misc/NEWS
+5
-2
No files found.
Lib/idlelib/NEWS.txt
View file @
d9763c2c
...
...
@@ -2,12 +2,15 @@ What's New in Idle 3.4.4?
=========================
*Release date: 2015-??-??*
- 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 #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.
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.
- Issue #24199: Deprecate unused idlelib.idlever with possible removal in 3.6.
...
...
Misc/NEWS
View file @
d9763c2c
...
...
@@ -442,12 +442,15 @@ Library
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 #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.
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.
- Issue #24199: Deprecate unused idlelib.idlever with possible removal in 3.6.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment