Skip to content

Commit e295b82

Browse files
committed
Simplify NEWS entry to prevent suspicious warnings. (#3339)
1 parent a3070d5 commit e295b82

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Misc/NEWS.d/3.6.0a2.rst

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -584,14 +584,7 @@ Update idlelib/README.txt with new file names and event handlers.
584584
.. nonce: j1N9br
585585
.. section: IDLE
586586
587-
Remove obsolete code not used by IDLE. Replacements: 1. help.txt, replaced
588-
by help.html, is out-of-date and should not be used. Its dedicated viewer
589-
has be replaced by the html viewer in help.py. 2. ``import idlever; I =
590-
idlever.IDLE_VERSION`` is the same as ``import sys; I =
591-
version[:version.index(' ')]`` 3. After ``ob =
592-
stackviewer.VariablesTreeItem(*args)``, ``ob.keys() ==
593-
list(ob.object.keys)``. 4. In macosc, runningAsOSXAPP == isAquaTk;
594-
idCarbonAquaTk == isCarbonTk
587+
Remove obsolete code not used by IDLE.
595588

596589
..
597590

0 commit comments

Comments
 (0)