[Python-checkins] r75233 - python/branches/py3k/Doc/library/stdtypes.rst

benjamin.peterson python-checkins at python.org
Sun Oct 4 17:07:16 CEST 2009


Author: benjamin.peterson
Date: Sun Oct  4 17:07:16 2009
New Revision: 75233

Log:
remove 8-bit string sentence

Modified:
   python/branches/py3k/Doc/library/stdtypes.rst

Modified: python/branches/py3k/Doc/library/stdtypes.rst
==============================================================================
--- python/branches/py3k/Doc/library/stdtypes.rst	(original)
+++ python/branches/py3k/Doc/library/stdtypes.rst	Sun Oct  4 17:07:16 2009
@@ -1149,8 +1149,6 @@
         >>> titlecase("they're bill's friends.")
         "They're Bill's Friends."
 
-   For 8-bit strings, this method is locale-dependent.
-
 
 .. method:: str.translate(map)
 


More information about the Python-checkins mailing list