Commit 0c6ab35f authored by Benjamin Peterson's avatar Benjamin Peterson

repair reST

parent 142aee3a
...@@ -996,10 +996,10 @@ IDLE ...@@ -996,10 +996,10 @@ IDLE
- Issue #27156: Remove obsolete code not used by IDLE. Replacements: - 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. 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. Its dedicated viewer has be replaced by the html viewer in help.py.
2. ‘`import idlever; I = idlever.IDLE_VERSION`’ is the same as 2. ``import idlever; I = idlever.IDLE_VERSION`` is the same as
‘`import sys; I = version[:version.index(' ')]`’ ``import sys; I = version[:version.index(' ')]``
3. After ‘`ob = stackviewer.VariablesTreeItem(*args)`’, 3. After ``ob = stackviewer.VariablesTreeItem(*args)``,
‘`ob.keys() == list(ob.object.keys)`’. ``ob.keys() == list(ob.object.keys)``.
4. In macosc, runningAsOSXAPP == isAquaTk; idCarbonAquaTk == isCarbonTk 4. In macosc, runningAsOSXAPP == isAquaTk; idCarbonAquaTk == isCarbonTk
- Issue #27117: Make colorizer htest and turtledemo work with dark themes. - Issue #27117: Make colorizer htest and turtledemo work with dark themes.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment