Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b198c42

Browse files
committed
Fix RST conflicts with Idle news entries
1 parent 7764f4d commit b198c42

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

Doc/tools/susp-ignored.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ whatsnew/3.2,,:feed,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:
272272
whatsnew/3.2,,:gz,">>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:"
273273
whatsnew/3.2,,:location,zope9-location = ${zope9:location}
274274
whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf
275+
whatsnew/changelog,,:version,import sys; I = version[:version.index(' ')]
275276
whatsnew/changelog,,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't"
276277
whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"
277278
library/tarfile,149,:xz,'x:xz'

Misc/NEWS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)