commit | af3b39a1823d57eca4034ce6879ab926f175595e | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Fri Feb 18 13:22:43 2005 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Fri Feb 18 13:22:43 2005 +0000 |
tree | 6f66deffcd98a72aa66e5ebf3da44b3fbb4155e0 | |
parent | 612df8e21ded5a6d7c0f6641f16422883c61b4d9 [diff] [blame] |
Add support for negative indices in UserString.MutableString.__setitem__ and UserString.MutableString.__delitem__.
diff --git a/Misc/NEWS b/Misc/NEWS index a5ab25a..71e7b82 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -152,6 +152,9 @@ - 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 -----