From: Georg Brandl Date: Mon, 24 Feb 2014 08:26:53 +0000 (+0100) Subject: Closes #20735: remove erroneous deprecated marker from stringprep docs X-Git-Tag: v2.7.7rc1~145^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cb99f391190e680281e25d1b9a07d7ce996dd2f;p=python Closes #20735: remove erroneous deprecated marker from stringprep docs --- diff --git a/Doc/library/stringprep.rst b/Doc/library/stringprep.rst index d2f269c119..b0944e4373 100644 --- a/Doc/library/stringprep.rst +++ b/Doc/library/stringprep.rst @@ -4,7 +4,6 @@ .. module:: stringprep :synopsis: String preparation, as per RFC 3453 - :deprecated: .. moduleauthor:: Martin v. Löwis .. sectionauthor:: Martin v. Löwis