mirror of
https://github.com/python/cpython.git
synced 2026-03-25 14:10:57 +00:00
Add a NEWS entry for str.rpartition() change
This commit is contained in:
parent
919d5cc163
commit
d34e4272e0
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ Core and builtins
|
|||
|
||||
- Patch #1546288: fix seg fault in dict_equal due to ref counting bug.
|
||||
|
||||
- The return tuple from str.rpartition(sep) is (tail, sep, head) where
|
||||
head is the original string if sep was not found.
|
||||
|
||||
|
||||
Library
|
||||
-------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue