diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/test.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 4c0af39..fffcd87 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -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. |