http://hg.python.org/cpython/rev/fadde95c134e changeset: 89518:fadde95c134e branch: 2.7 parent: 89352:0f0e9b7d4f1d user: Georg Brandl <georg at python.org> date: Mon Feb 24 09:26:53 2014 +0100 summary: Closes #20735: remove erroneous deprecated marker from stringprep docs files: Doc/library/stringprep.rst | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Doc/library/stringprep.rst b/Doc/library/stringprep.rst --- 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 <martin at v.loewis.de> .. sectionauthor:: Martin v. Löwis <martin at v.loewis.de> -- Repository URL: http://hg.python.org/cpython