[Python-checkins] cpython: Remove unused suspicious rules

zach.ware python-checkins at python.org
Fri Sep 9 16:27:00 EDT 2016


https://hg.python.org/cpython/rev/351ff418be21
changeset:   103462:351ff418be21
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Sep 09 13:26:47 2016 -0700
summary:
  Remove unused suspicious rules

files:
  Doc/tools/susp-ignored.csv |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv
--- a/Doc/tools/susp-ignored.csv
+++ b/Doc/tools/susp-ignored.csv
@@ -276,9 +276,6 @@
 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"""

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list