diff options
author | Ned Deily <nad@python.org> | 2017-09-05 06:23:04 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-09-05 07:45:36 (GMT) |
commit | e295b826099ecad6926d4f95e3f739b3ecdc3cc7 (patch) | |
tree | b97841e9c426dd9587aaf95dc1822ce7efb95ef6 | |
parent | a3070d530c70477273cacbc61660b318582fff44 (diff) | |
download | cpython-e295b826099ecad6926d4f95e3f739b3ecdc3cc7.zip cpython-e295b826099ecad6926d4f95e3f739b3ecdc3cc7.tar.gz cpython-e295b826099ecad6926d4f95e3f739b3ecdc3cc7.tar.bz2 |
Simplify NEWS entry to prevent suspicious warnings. (#3339)
-rw-r--r-- | Misc/NEWS.d/3.6.0a2.rst | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Misc/NEWS.d/3.6.0a2.rst b/Misc/NEWS.d/3.6.0a2.rst index 7f3b0b8..6ca65a0 100644 --- a/Misc/NEWS.d/3.6.0a2.rst +++ b/Misc/NEWS.d/3.6.0a2.rst @@ -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. .. |