[Python-checkins] r78405 - in python/branches/py3k: Lib/lib2to3/tests/test_refactor.py

r.david.murray python-checkins at python.org
Wed Feb 24 03:11:08 CET 2010


Author: r.david.murray
Date: Wed Feb 24 03:11:08 2010
New Revision: 78405

Log:
Merged revisions 78403 via svnmerge from 
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.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Lib/lib2to3/tests/test_refactor.py

Modified: python/branches/py3k/Lib/lib2to3/tests/test_refactor.py
==============================================================================
--- python/branches/py3k/Lib/lib2to3/tests/test_refactor.py	(original)
+++ python/branches/py3k/Lib/lib2to3/tests/test_refactor.py	Wed Feb 24 03:11:08 2010
@@ -239,9 +239,6 @@
         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()
 


More information about the Python-checkins mailing list