Add a NEWS entry for str.rpartition() change

This commit is contained in:
Neal Norwitz 2006-09-05 02:36:20 +00:00
parent 919d5cc163
commit d34e4272e0

View file

@ -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
-------