summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2005-02-18 13:22:43 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2005-02-18 13:22:43 (GMT)
commitaf3b39a1823d57eca4034ce6879ab926f175595e (patch)
tree6f66deffcd98a72aa66e5ebf3da44b3fbb4155e0 /Misc
parent612df8e21ded5a6d7c0f6641f16422883c61b4d9 (diff)
downloadcpython-af3b39a1823d57eca4034ce6879ab926f175595e.zip
cpython-af3b39a1823d57eca4034ce6879ab926f175595e.tar.gz
cpython-af3b39a1823d57eca4034ce6879ab926f175595e.tar.bz2
Add support for negative indices in UserString.MutableString.__setitem__
and UserString.MutableString.__delitem__.
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 a5ab25a..71e7b82 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,6 +152,9 @@ Library
- The reconvert.quote function can now emit triple-quoted strings. The
reconvert module now has some simple documentation.
+- ``UserString.MutableString`` now supports negative indices in
+ ``__setitem__`` and ``__delitem__``
+
Build
-----