]> granicus.if.org Git - python/commitdiff
Merged revisions 75233 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Sun, 4 Oct 2009 15:08:41 +0000 (15:08 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 4 Oct 2009 15:08:41 +0000 (15:08 +0000)
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
........

Doc/library/stdtypes.rst

index 3b02f98b157159487d2c004659e3620b4b3ce850..8f56bb0704c9887d2a32f07cb1a4b42df1b32f55 100644 (file)
@@ -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)