]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
repair reST
authorBenjamin Peterson <benjamin@python.org>
Fri, 9 Sep 2016 22:14:56 +0000 (15:14 -0700)
committerBenjamin Peterson <benjamin@python.org>
Fri, 9 Sep 2016 22:14:56 +0000 (15:14 -0700)
Misc/NEWS

index 1a5bd0f3dbb2de51d3b0a0fc664a3536759fcb21..7b27f9c44bb99a6ff86e5665d7dd0303aef43dc3 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.