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
e295b826
Commit
e295b826
authored
Sep 04, 2017
by
Ned Deily
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify NEWS entry to prevent suspicious warnings. (#3339)
parent
a3070d53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
Misc/NEWS.d/3.6.0a2.rst
Misc/NEWS.d/3.6.0a2.rst
+1
-8
No files found.
Misc/NEWS.d/3.6.0a2.rst
View file @
e295b826
...
...
@@ -584,14 +584,7 @@ Update idlelib/README.txt with new file names and event handlers.
.. nonce: j1N9br
.. section: IDLE
Remove obsolete code not used by IDLE. Replacements: 1. help.txt, replaced
by help.html, is out-of-date and should not be used. Its dedicated viewer
has be replaced by the html viewer in help.py. 2. ``import idlever; I =
idlever.IDLE_VERSION`` is the same as ``import sys; I =
version[:version.index(' ')]`` 3. After ``ob =
stackviewer.VariablesTreeItem(*args)``, ``ob.keys() ==
list(ob.object.keys)``. 4. In macosc, runningAsOSXAPP == isAquaTk;
idCarbonAquaTk == isCarbonTk
Remove obsolete code not used by IDLE.
..
...
...
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