[Python-checkins] cpython (merge 3.2 -> default): Merge 3.2

eric.araujo python-checkins at python.org
Fri Aug 12 18:04:03 CEST 2011


http://hg.python.org/cpython/rev/d403eaec64df
changeset: 71835:d403eaec64df
parent: 71832:5eac01a77038
parent: 71834:f1859c9d1086
user: Éric Araujo <merwok at netwok.org>
date: Fri Aug 12 18:03:30 2011 +0200
summary:
 Merge 3.2
files:
 Tools/scripts/patchcheck.py | 5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Tools/scripts/patchcheck.py b/Tools/scripts/patchcheck.py
--- a/Tools/scripts/patchcheck.py
+++ b/Tools/scripts/patchcheck.py
@@ -141,8 +141,9 @@
 reported_news(special_files)
 
 # Test suite run and passed.
- print()
- print("Did you run the test suite?")
+ if python_files or c_files:
+ print()
+ print("Did you run the test suite?")
 
 
 if __name__ == '__main__':
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

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