]> granicus.if.org Git - python/commitdiff
Remove outdated mention of deprecated functions in the string module - they have...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Jul 2010 15:54:48 +0000 (15:54 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Jul 2010 15:54:48 +0000 (15:54 +0000)
Doc/library/string.rst

index 6d1e0b3ea5d0bf29cbdc85d31606cf815f7ceff5..38c872d8f1a01fb9e1c1605fbb7f25460f5daede 100644 (file)
@@ -7,13 +7,13 @@
 
 .. index:: module: re
 
-The :mod:`string` module contains a number of useful constants and classes, as
-well as some deprecated legacy functions that are also available as methods on
-strings. In addition, Python's built-in string classes support the sequence type
-methods described in the :ref:`typesseq` section, and also the string-specific
-methods described in the :ref:`string-methods` section. To output formatted
-strings, see the :ref:`string-formatting` section. Also, see the :mod:`re`
-module for string functions based on regular expressions.
+The :mod:`string` module contains a number of useful constants and classes
+for string formatting.  In addition, Python's built-in string classes
+support the sequence type methods described in the :ref:`typesseq`
+section, and also the string-specific methods described in the
+:ref:`string-methods` section.  To output formatted strings, see the
+:ref:`string-formatting` section.  Also, see the :mod:`re` module for
+string functions based on regular expressions.
 
 
 String constants