Fix RST conflicts with Idle news entries

This commit is contained in:
Martin Panter 2016-06-08 13:32:49 +00:00
parent 7764f4d12c
commit b198c42bcb
2 changed files with 7 additions and 6 deletions

View file

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

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
272 whatsnew/3.2 :gz >>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:
273 whatsnew/3.2 :location zope9-location = ${zope9:location}
274 whatsnew/3.2 :prefix zope-conf = ${custom:prefix}/etc/zope.conf
275 whatsnew/changelog :version import sys; I = version[:version.index(' ')]
276 whatsnew/changelog :gz : TarFile opened with external fileobj and "w:gz" mode didn't
277 whatsnew/changelog :: : Use "127.0.0.1" or "::1" instead of "localhost" as much as
278 library/tarfile 149 :xz 'x:xz'