[Python-checkins] cpython: repair reST

benjamin.peterson python-checkins at python.org
Fri Sep 9 18:15:47 EDT 2016


https://hg.python.org/cpython/rev/18e6983f20c9
changeset:   103481:18e6983f20c9
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Sep 09 15:14:56 2016 -0700
summary:
  repair reST

files:
  Misc/NEWS |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -996,10 +996,10 @@
 - 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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list