diff options
author | Guido van Rossum <guido@python.org> | 2007-08-17 00:24:54 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-08-17 00:24:54 (GMT) |
commit | da27fd267346e213512f4835dd0b7b40e6172bbe (patch) | |
tree | 8f9f7dbafb09976c7dbe412992e9270f62455246 /Doc/library/stringprep.rst | |
parent | af554a0e17ceb0e6a3cc0c07e9cf6db2f80c1ad9 (diff) | |
download | cpython-da27fd267346e213512f4835dd0b7b40e6172bbe.zip cpython-da27fd267346e213512f4835dd0b7b40e6172bbe.tar.gz cpython-da27fd267346e213512f4835dd0b7b40e6172bbe.tar.bz2 |
Manually patched a few things that didn't get merged in, but should.
Diffstat (limited to 'Doc/library/stringprep.rst')
-rw-r--r-- | Doc/library/stringprep.rst | 1 |
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> |