]> granicus.if.org Git - python/commitdiff
Add a NEWS entry for str.rpartition() change
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 5 Sep 2006 02:36:20 +0000 (02:36 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 5 Sep 2006 02:36:20 +0000 (02:36 +0000)
Misc/NEWS

index d8e6b3c1010f2eab8e438cc8a5fe18518d86fb8d..eab647e6155f9b3ae9331378c16d9005c4e4d3d0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
 -------