diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-10-04 15:08:41 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-10-04 15:08:41 (GMT) |
commit | 0a13a28049f0f9cf4d0455d2c413fc7d53519d2e (patch) | |
tree | 10c2419b21a430d0532734f48004882fb7ea6578 /Doc | |
parent | f3d7dbe72e0cd328193b27a862ab11ee6c009781 (diff) | |
download | cpython-0a13a28049f0f9cf4d0455d2c413fc7d53519d2e.zip cpython-0a13a28049f0f9cf4d0455d2c413fc7d53519d2e.tar.gz cpython-0a13a28049f0f9cf4d0455d2c413fc7d53519d2e.tar.bz2 |
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
........
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/stdtypes.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 3b02f98..8f56bb0 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -1148,8 +1148,6 @@ functions based on regular expressions. >>> titlecase("they're bill's friends.") "They're Bill's Friends." - For 8-bit strings, this method is locale-dependent. - .. method:: str.translate(map) |