mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
||||
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
|
||||
-----------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue