mirror of https://github.com/python/cpython
Merged revisions 83025 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83025 | antoine.pitrou | 2010-07-21 17:54:48 +0200 (mer., 21 juil. 2010) | 3 lines Remove outdated mention of deprecated functions in the string module - they have been removed in 3.x. ........
This commit is contained in:
parent
76e57947a1
commit
86c590e64a
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
.. index:: module: re
|
.. index:: module: re
|
||||||
|
|
||||||
The :mod:`string` module contains a number of useful constants and classes, as
|
The :mod:`string` module contains a number of useful constants and classes
|
||||||
well as some deprecated legacy functions that are also available as methods on
|
for string formatting. In addition, Python's built-in string classes
|
||||||
strings. In addition, Python's built-in string classes support the sequence type
|
support the sequence type methods described in the :ref:`typesseq`
|
||||||
methods described in the :ref:`typesseq` section, and also the string-specific
|
section, and also the string-specific methods described in the
|
||||||
methods described in the :ref:`string-methods` section. To output formatted
|
:ref:`string-methods` section. To output formatted strings, see the
|
||||||
strings, see the :ref:`string-formatting` section. Also, see the :mod:`re`
|
:ref:`string-formatting` section. Also, see the :mod:`re` module for
|
||||||
module for string functions based on regular expressions.
|
string functions based on regular expressions.
|
||||||
|
|
||||||
|
|
||||||
String constants
|
String constants
|
||||||
|
|
Loading…
Reference in New Issue