diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-09 22:14:56 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-09 22:14:56 (GMT) |
commit | 0c6ab35f3e8644ee2fc7dba9828c0c7ef2fdce10 (patch) | |
tree | ee6e6ec61bc6e853712bbc96ceb665f7012ad04b | |
parent | 142aee3a8e49375d405d8696f15f538f104ab78d (diff) | |
download | cpython-0c6ab35f3e8644ee2fc7dba9828c0c7ef2fdce10.zip cpython-0c6ab35f3e8644ee2fc7dba9828c0c7ef2fdce10.tar.gz cpython-0c6ab35f3e8644ee2fc7dba9828c0c7ef2fdce10.tar.bz2 |
repair reST
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -996,10 +996,10 @@ IDLE - Issue #27156: 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)`’. + 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 - Issue #27117: Make colorizer htest and turtledemo work with dark themes. |