diff options
author | Walter Dörwald <walter@livinglogic.de> | 2005-02-18 13:22:43 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2005-02-18 13:22:43 (GMT) |
commit | af3b39a1823d57eca4034ce6879ab926f175595e (patch) | |
tree | 6f66deffcd98a72aa66e5ebf3da44b3fbb4155e0 /Misc/NEWS | |
parent | 612df8e21ded5a6d7c0f6641f16422883c61b4d9 (diff) | |
download | cpython-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/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----- |