]> granicus.if.org Git - python/commitdiff
Merged revisions 78403 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Wed, 24 Feb 2010 02:11:08 +0000 (02:11 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 24 Feb 2010 02:11:08 +0000 (02:11 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78403 | r.david.murray | 2010-02-23 21:08:28 -0500 (Tue, 23 Feb 2010) | 3 lines

  The primary copy of lib2to3 is not trunk, so the lib2to3 change
  should not have been included in the -OO patch, back it out.
........

Lib/lib2to3/tests/test_refactor.py

index 7ed85dffb9758af7500a40b0ca07ecf16ba07c6c..2263f50eeb7c66cd01eece5171c90589a047b0c7 100644 (file)
@@ -239,9 +239,6 @@ from __future__ import print_function"""
         finally:
             os.linesep = old_sep
 
-
-    @unittest.skipIf(sys.flags.optimize >= 2,
-                     "Docstrings are omitted with -O2 and above")
     def test_refactor_docstring(self):
         rt = self.rt()