mirror of
https://github.com/python/cpython.git
synced 2025-10-05 06:31:48 +00:00
Merged revisions 75233 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r75233 | benjamin.peterson | 2009-10-04 10:07:16 -0500 (Sun, 04 Oct 2009) | 1 line remove 8-bit string sentence ........
This commit is contained in:
parent
f3d7dbe72e
commit
0a13a28049
1 changed files with 0 additions and 2 deletions
|
@ -1148,8 +1148,6 @@ functions based on regular expressions.
|
||||||
>>> titlecase("they're bill's friends.")
|
>>> titlecase("they're bill's friends.")
|
||||||
"They're Bill's Friends."
|
"They're Bill's Friends."
|
||||||
|
|
||||||
For 8-bit strings, this method is locale-dependent.
|
|
||||||
|
|
||||||
|
|
||||||
.. method:: str.translate(map)
|
.. method:: str.translate(map)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue