remove test.support.have_unicode

This commit is contained in:
Benjamin Peterson 2008-05-26 17:44:33 +00:00
parent 2b7411df5c
commit 79e4803b29
4 changed files with 12 additions and 26 deletions

View file

@ -221,11 +221,6 @@ The :mod:`test.test_support` module defines the following constants:
:mod:`test.regrtest`.
.. data:: have_unicode
:const:`True` when Unicode support is available.
.. data:: is_jython
:const:`True` if the running interpreter is Jython.