[Python-checkins] python/dist/src/Misc NEWS,1.1193.2.6,1.1193.2.7

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Tue Dec 21 00:55:35 CET 2004


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

Modified Files:
      Tag: release24-maint
	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.1193.2.6
retrieving revision 1.1193.2.7
diff -u -d -r1.1193.2.6 -r1.1193.2.7
--- NEWS	18 Dec 2004 19:22:18 -0000	1.1193.2.6
+++ NEWS	20 Dec 2004 23:55:31 -0000	1.1193.2.7
@@ -19,6 +19,9 @@
 Library
 -------
 
+- StringIO.truncate() now correctly adjusts the size attribute.
+  (Bug #951915).
+
 - The decimal module wouldn't run on builds without threads (Bug #1083645).
 
 - Bug #1086555:  Fix leak in syslog module.



More information about the Python-checkins mailing list