This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Possible error in What's new in Python 3.2 : duplication of rsplit() mention
Type: Stage:
Components: Documentation Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: chaica_, docs@python, rhettinger
Priority: low Keywords:

Created on 2011-02-23 01:10 by chaica_, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg129146 - (view) Author: Carl Chenet (chaica_) Date: 2011-02-23 01:10
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
msg129258 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2011-02-24 11:16
Okay fixed.  The rsplit() method was mentioned in both underlying tracker issues, so it got mentioned twice when once would have been enough :-)
History
Date User Action Args
2022-04-11 14:57:13adminsetgithub: 55505
2011-02-24 11:16:51rhettingersetstatus: open -> closed
priority: normal -> low

assignee: docs@python -> rhettinger

nosy: + rhettinger
messages: + msg129258
resolution: fixed
2011-02-23 01:10:29chaica_create