summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-05-26 17:44:33 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-05-26 17:44:33 (GMT)
commit79e4803b29b935c6fa008aef0c8c7fa4fd94a490 (patch)
treef5bd0a9b88ffc65ace6b1543bf7ba03e0e417ccb /Doc
parent2b7411df5ca0b6ef714377730fd4d94693f26abd (diff)
downloadcpython-79e4803b29b935c6fa008aef0c8c7fa4fd94a490.zip
cpython-79e4803b29b935c6fa008aef0c8c7fa4fd94a490.tar.gz
cpython-79e4803b29b935c6fa008aef0c8c7fa4fd94a490.tar.bz2
remove test.support.have_unicode
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/test.rst5
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.