mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Simplify NEWS entry to prevent suspicious warnings. (#3339)
This commit is contained in:
parent
a3070d530c
commit
e295b82609
1 changed files with 1 additions and 8 deletions
|
@ -584,14 +584,7 @@ Update idlelib/README.txt with new file names and event handlers.
|
||||||
.. nonce: j1N9br
|
.. nonce: j1N9br
|
||||||
.. section: IDLE
|
.. section: IDLE
|
||||||
|
|
||||||
Remove obsolete code not used by IDLE. Replacements: 1. help.txt, replaced
|
Remove obsolete code not used by IDLE.
|
||||||
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
|
|
||||||
|
|
||||||
..
|
..
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue