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

eric.araujo python-checkins at python.org
Sat Aug 20 20:02:42 CEST 2011


http://hg.python.org/cpython/rev/85d608de88c5
changeset: 72005:85d608de88c5
parent: 72002:524bc37d8c1b
parent: 72004:50f435ddb620
user: Éric Araujo <merwok at netwok.org>
date: Sat Aug 20 20:02:04 2011 +0200
summary:
 Merge 3.2
files:
 Lib/distutils/tests/support.py | 6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Lib/distutils/tests/support.py b/Lib/distutils/tests/support.py
--- a/Lib/distutils/tests/support.py
+++ b/Lib/distutils/tests/support.py
@@ -136,9 +136,9 @@
 
 Example use:
 
- def test_compile(self):
- copy_xxmodule_c(self.tmpdir)
- self.assertIn('xxmodule.c', os.listdir(self.tmpdir)
+ def test_compile(self):
+ copy_xxmodule_c(self.tmpdir)
+ self.assertIn('xxmodule.c', os.listdir(self.tmpdir)
 
 If the source file can be found, it will be copied to *directory*. If not,
 the test will be skipped. Errors during copy are not caught.
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

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