[Python-checkins] cpython (merge 3.4 -> default): merge with 3.4

georg.brandl python-checkins at python.org
Thu Oct 30 22:45:50 CET 2014


https://hg.python.org/cpython/rev/a4241de1d1fd
changeset: 93277:a4241de1d1fd
parent: 93274:5ed6a2c4ecda
parent: 93276:11670a905c47
user: Georg Brandl <georg at python.org>
date: Thu Oct 30 22:45:01 2014 +0100
summary:
 merge with 3.4
files:
 Doc/tools/rstlint.py | 4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/Doc/tools/rstlint.py b/Doc/tools/rstlint.py
--- a/Doc/tools/rstlint.py
+++ b/Doc/tools/rstlint.py
@@ -173,10 +173,6 @@
 count = defaultdict(int)
 
 for root, dirs, files in os.walk(path):
- # ignore subdirs controlled by svn
- if '.svn' in dirs:
- dirs.remove('.svn')
-
 # ignore subdirs in ignore list
 if abspath(root) in ignore:
 del dirs[:]
-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /