@@ -113,22 +113,22 @@ IDLE
113113- Issue #20567: Revise idle_test/README.txt with advice about avoiding
114114 tk warning messages from tests. Apply advice to several IDLE tests.
115115
116- - Issue # 24225: Update idlelib/README.txt with new file names
116+ - Issue #24225: Update idlelib/README.txt with new file names
117117 and event handlers.
118118
119119- Issue #27156: Remove obsolete code not used by IDLE. Replacements:
120120 1. help.txt, replaced by help.html, is out-of-date and should not be used.
121121 Its dedicated viewer has be replaced by the html viewer in help.py.
122- 2. ' import idlever; I = idlever.IDLE_VERSION' is the same as
123- ' import sys; I = version[:version.index(' ')]'
124- 3. After ' ob = stackviewer.VariablesTreeItem(*args)' ,
125- ' ob.keys()' == ' list(ob.object.keys).
122+ 2. ‘` import idlever; I = idlever.IDLE_VERSION`’ is the same as
123+ ‘` import sys; I = version[:version.index(' ')]`’
124+ 3. After ‘` ob = stackviewer.VariablesTreeItem(*args)`’ ,
125+ ‘` ob.keys() == list(ob.object.keys)`’ .
126126 4. In macosc, runningAsOSXAPP == isAquaTk; idCarbonAquaTk == isCarbonTk
127127
128128- Issue #27117: Make colorizer htest and turtledemo work with dark themes.
129129 Move code for configuring text widget colors to a new function.
130130
131- - Issue #24225: Rename many idlelib/*.py and idle_test/test_*.py files.
131+ - Issue #24225: Rename many ` idlelib/*.py` and ` idle_test/test_*.py` files.
132132 Edit files to replace old names with new names when the old name
133133 referred to the module rather than the class it contained.
134134 See the issue and IDLE section in What's New in 3.6 for more.
0 commit comments