summaryrefslogtreecommitdiffstats
path: root/Doc/library/stringprep.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-08-15 18:41:25 (GMT)
committerGeorg Brandl <georg@python.org>2007-08-15 18:41:25 (GMT)
commit7f758c49fa9a20df696c0447b14dd4fb75e83662 (patch)
treef198208f2a8228bc1d7e70f05d284e4ba131b215 /Doc/library/stringprep.rst
parent09a5c3e6bbfe5fe5bcaa2025fc2c9ffcb9b92936 (diff)
downloadcpython-7f758c49fa9a20df696c0447b14dd4fb75e83662.zip
cpython-7f758c49fa9a20df696c0447b14dd4fb75e83662.tar.gz
cpython-7f758c49fa9a20df696c0447b14dd4fb75e83662.tar.bz2
Mark deprecated modules as such.
Diffstat (limited to 'Doc/library/stringprep.rst')
-rw-r--r--Doc/library/stringprep.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/stringprep.rst b/Doc/library/stringprep.rst
index b0944e4..d2f269c 100644
--- a/Doc/library/stringprep.rst
+++ b/Doc/library/stringprep.rst
@@ -4,6 +4,7 @@
.. module:: stringprep
:synopsis: String preparation, as per RFC 3453
+ :deprecated:
.. moduleauthor:: Martin v. Löwis <martin@v.loewis.de>
.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>