diff options
author | Georg Brandl <georg@python.org> | 2014-02-24 09:27:16 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-02-24 09:27:16 +0100 |
commit | 06a70621edfc4e2ef0bd72dc636ae9c4eacdfc0d (patch) | |
tree | 9eea35aaa3200727f2b1c2b10cd92cd1d8509f7d | |
parent | 58719a7de780b3b13505658543cd80f65975fb7b (diff) | |
parent | c4f44c027e4d88939aae57caf86ae0f99a0b2926 (diff) | |
download | cpython-git-06a70621edfc4e2ef0bd72dc636ae9c4eacdfc0d.tar.gz |
merge with 3.3
-rw-r--r-- | Doc/library/stringprep.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/stringprep.rst b/Doc/library/stringprep.rst index 47144a6adf..fc890cb232 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> |