[docs] [issue11296] Possible error in What's new in Python 3.2 : duplication of rsplit() mention

Carl Chenet report at bugs.python.org
Wed Feb 23 02:10:29 CET 2011


New submission from Carl Chenet <chaica at ohmytux.com>:

Hi,

Could the rsplit() method be mentioned mistakenly two times in the following sentence of the current What's new in Python 3.2 ?

"The fast-search algorithm in stringlib is now used by the split(), rsplit(), splitlines() and replace() methods on bytes, bytearray and str objects. Likewise, the algorithm is also used by rfind(), rindex(), rsplit() and rpartition()."

Regards,
Carl Chenet

----------
assignee: docs at python
components: Documentation
messages: 129146
nosy: chaica_, docs at python
priority: normal
severity: normal
status: open
title: Possible error in What's new in Python 3.2 : duplication of rsplit() mention
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11296>
_______________________________________


More information about the docs mailing list