summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0ee2046..b8b9a9b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.3 beta 2?
Core and builtins
-----------------
+- list.index() now accepts optional start and stop arguments. Similar
+ changes were made to UserList.index(). SF feature request 754014.
+
- SF patch 751998 fixes an unwanted side effect of the previous fix
for SF bug 742860 (the next item).