summaryrefslogtreecommitdiffstats
path: root/Doc/library/stringprep.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-02-24 08:26:53 (GMT)
committerGeorg Brandl <georg@python.org>2014-02-24 08:26:53 (GMT)
commitc4f44c027e4d88939aae57caf86ae0f99a0b2926 (patch)
treea626eaeca7856e2da9a1565237836f4cf764f018 /Doc/library/stringprep.rst
parentf106f8f29cf5eb90f39e0734d248a53b071f05c0 (diff)
downloadcpython-c4f44c027e4d88939aae57caf86ae0f99a0b2926.zip
cpython-c4f44c027e4d88939aae57caf86ae0f99a0b2926.tar.gz
cpython-c4f44c027e4d88939aae57caf86ae0f99a0b2926.tar.bz2
Closes #20735: remove erroneous deprecated marker from stringprep docs
Diffstat (limited to 'Doc/library/stringprep.rst')
-rw-r--r--Doc/library/stringprep.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/stringprep.rst b/Doc/library/stringprep.rst
index 47144a6..fc890cb 100644
--- a/Doc/library/stringprep.rst
+++ b/Doc/library/stringprep.rst
@@ -3,7 +3,6 @@
.. 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>