summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 383614f..4a949f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -6,6 +6,9 @@ Type/class unification and new-style classes
Core and builtins
+- Fixed string.startswith and string.endswith builtin methods
+ so they accept negative indices. [SF bug 493951]
+
- Fixed a bug with a continue inside a try block and a yield in the
finally clause. [SF bug 567538]