diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-02-24 02:11:08 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-02-24 02:11:08 (GMT) |
commit | 04cace62e8a9514cee2e82bb747710dad8367a76 (patch) | |
tree | 1c8dbf2929b7a4cad91f68c4258fd2c279bfeb3a | |
parent | 378c0cf5abb4c49c1a95597d3c5284dc93dd7822 (diff) | |
download | cpython-04cace62e8a9514cee2e82bb747710dad8367a76.zip cpython-04cace62e8a9514cee2e82bb747710dad8367a76.tar.gz cpython-04cace62e8a9514cee2e82bb747710dad8367a76.tar.bz2 |
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.
........
-rw-r--r-- | Lib/lib2to3/tests/test_refactor.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/lib2to3/tests/test_refactor.py b/Lib/lib2to3/tests/test_refactor.py index 7ed85df..2263f50 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() |