]> granicus.if.org Git - python/commitdiff
The primary copy of lib2to3 is not trunk, so the lib2to3 change
authorR. David Murray <rdmurray@bitdance.com>
Wed, 24 Feb 2010 02:08:28 +0000 (02:08 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 24 Feb 2010 02:08:28 +0000 (02:08 +0000)
should not have been included in the -OO patch, back it out.

Lib/lib2to3/tests/test_refactor.py

index de4b29ae51e9daaf5b6adab77b2ace35c4a99b25..1729027d90a58c38e18022aabb6cf8dfc847984d 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()