Kaydet (Commit) 060ebedc authored tarafından Hye-Shik Chang's avatar Hye-Shik Chang

Add an entry for addition of {str,unicode}.rsplit.

üst 3ae811b5
......@@ -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
-----------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment