From: R. David Murray Date: Wed, 24 Feb 2010 02:08:28 +0000 (+0000) Subject: The primary copy of lib2to3 is not trunk, so the lib2to3 change X-Git-Tag: v2.7a4~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=effb24b31bbce50582014455c98a83522fd5ba67;p=python The primary copy of lib2to3 is not trunk, so the lib2to3 change should not have been included in the -OO patch, back it out. --- diff --git a/Lib/lib2to3/tests/test_refactor.py b/Lib/lib2to3/tests/test_refactor.py index de4b29ae51..1729027d90 100644 --- a/Lib/lib2to3/tests/test_refactor.py +++ b/Lib/lib2to3/tests/test_refactor.py @@ -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()