diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-05-26 17:44:33 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-05-26 17:44:33 (GMT) |
commit | 79e4803b29b935c6fa008aef0c8c7fa4fd94a490 (patch) | |
tree | f5bd0a9b88ffc65ace6b1543bf7ba03e0e417ccb /Doc | |
parent | 2b7411df5ca0b6ef714377730fd4d94693f26abd (diff) | |
download | cpython-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.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. |