From: Benjamin Peterson Date: Sun, 4 Oct 2009 15:07:16 +0000 (+0000) Subject: remove 8-bit string sentence X-Git-Tag: v3.2a1~2450 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a539fd1856e632154dfe484d832d2204c2922151;p=thirdparty%2FPython%2Fcpython.git remove 8-bit string sentence --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index dea26c6d9f7a..8cc52c21283a 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -1149,8 +1149,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)