mirror of
https://github.com/python/cpython.git
synced 2025-09-29 19:56:59 +00:00
Add an entry for addition of {str,unicode}.rsplit.
This commit is contained in:
parent
3ae811b57d
commit
060ebedc40
1 changed files with 4 additions and 0 deletions
|
@ -114,6 +114,10 @@ Core and builtins
|
||||||
When comparing containers with cyclic references to themselves it
|
When comparing containers with cyclic references to themselves it
|
||||||
will now just hit the recursion limit. See SF patch 825639.
|
will now just hit the recursion limit. See SF patch 825639.
|
||||||
|
|
||||||
|
- str and unicode builtin types now have s.rsplit() method that is
|
||||||
|
same as s.split() except that it scans the string from the end
|
||||||
|
working forward. See SF feature request 801847.
|
||||||
|
|
||||||
Extension modules
|
Extension modules
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue