[Python-checkins] python/dist/src/Misc NEWS,1.1243,1.1244

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Fri Feb 18 14:22:55 CET 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23548/Misc

Modified Files:
	NEWS 
Log Message:
Add support for negative indices in UserString.MutableString.__setitem__
and UserString.MutableString.__delitem__.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1243
retrieving revision 1.1244
diff -u -d -r1.1243 -r1.1244
--- NEWS	17 Feb 2005 14:55:21 -0000	1.1243
+++ NEWS	18 Feb 2005 13:22:43 -0000	1.1244
@@ -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
 -----
 



More information about the Python-checkins mailing list