[Python-checkins] python/dist/src/Misc NEWS,1.1211,1.1212

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Tue Dec 21 00:51:56 CET 2004


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

Modified Files:
	NEWS 
Log Message:
SF bug #951915:  fix bug in StringIO.truncate - length not changed
(Patch by Armin Rigo.)



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1211
retrieving revision 1.1212
diff -u -d -r1.1211 -r1.1212
--- NEWS	16 Dec 2004 16:23:37 -0000	1.1211
+++ NEWS	20 Dec 2004 23:51:51 -0000	1.1212
@@ -30,6 +30,9 @@
 Library
 -------
 
+- StringIO.truncate() now correctly adjusts the size attribute.
+  (Bug #951915).
+
 - locale.py now uses an updated locale alias table (built using
   Tools/i18n/makelocalealias.py, a tool to parse the X11 locale
   alias file); the encoding lookup was enhanced to use Python's



More information about the Python-checkins mailing list