[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.147, 1.831.4.148

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed Aug 25 12:53:34 CEST 2004


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Patch #1014992: Never return more than a line from readline.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.147
retrieving revision 1.831.4.148
diff -u -d -r1.831.4.147 -r1.831.4.148
--- NEWS	24 Aug 2004 21:48:15 -0000	1.831.4.147
+++ NEWS	25 Aug 2004 10:53:30 -0000	1.831.4.148
@@ -51,6 +51,8 @@
 Library
 -------
 
+- Patch #1014992: In tarfile.readline, never return more than a line.
+
 - Bug #1013882: Flush bz2 data even if nothing had been written so far.
 
 - Patch #997284: Allow pydoc to work with XP Themes (.manifest file)



More information about the Python-checkins mailing list