diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-02-24 02:08:28 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-02-24 02:08:28 (GMT) |
commit | effb24b31bbce50582014455c98a83522fd5ba67 (patch) | |
tree | 89059defb5f73b821ce357d223f0aa50154cfec7 /Lib/lib2to3 | |
parent | 1ffccb0f8a24e987cd171d6b419aadbff55abb9f (diff) | |
download | cpython-effb24b31bbce50582014455c98a83522fd5ba67.zip cpython-effb24b31bbce50582014455c98a83522fd5ba67.tar.gz cpython-effb24b31bbce50582014455c98a83522fd5ba67.tar.bz2 |
The primary copy of lib2to3 is not trunk, so the lib2to3 change
should not have been included in the -OO patch, back it out.
Diffstat (limited to 'Lib/lib2to3')
-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 de4b29a..1729027 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() |