[Python-checkins] cpython (3.2): Revert change that was not a syntax fix but actually a behavior change

georg.brandl python-checkins at python.org
Sun Sep 4 08:42:03 CEST 2011


http://hg.python.org/cpython/rev/b457c840b54f
changeset:   72227:b457c840b54f
branch:      3.2
user:        Éric Araujo <merwok at netwok.org>
date:        Tue Aug 16 19:05:56 2011 +0200
summary:
  Revert change that was not a syntax fix but actually a behavior change

files:
  Makefile.pre.in |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1313,7 +1313,7 @@
 		-o -name .hgignore \
 		-o -name .bzrignore \
 		-o -name MANIFEST \
-		-print
+		-o -print
 
 # Perform some verification checks on any modified files.
 patchcheck:

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


More information about the Python-checkins mailing list