Remove unused suspicious rules

This commit is contained in:
Zachary Ware 2016-09-09 13:26:47 -07:00
parent ba41c8152f
commit 9539963a44
1 changed files with 0 additions and 3 deletions

View File

@ -276,9 +276,6 @@ 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'
library/xml.etree.elementtree,290,:sometag,prefix:sometag
library/xml.etree.elementtree,301,:fictional,"<actors xmlns:fictional=""http://characters.example.com"""

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
276 whatsnew/3.2 :gz >>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:
277 whatsnew/3.2 :location zope9-location = ${zope9:location}
278 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
279 library/tarfile 149 :xz 'x:xz'
280 library/xml.etree.elementtree 290 :sometag prefix:sometag
281 library/xml.etree.elementtree 301 :fictional <actors xmlns:fictional="http://characters.example.com"