[Python-checkins] python/dist/src/Misc NEWS,1.1379,1.1380

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Thu Sep 29 22:49:19 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1379
retrieving revision 1.1380
diff -u -d -r1.1379 -r1.1380
--- NEWS	29 Sep 2005 20:16:07 -0000	1.1379
+++ NEWS	29 Sep 2005 20:49:16 -0000	1.1380
@@ -242,6 +242,9 @@
 Library
 -------
 
+- Patch #1300515: xdrlib.py: Fix pack_fstring() to really use null bytes
+  for padding.
+
 - Bug #1296004: httplib.py: Limit maximal amount of data read from the
   socket to avoid a MemoryError on Windows.
 



More information about the Python-checkins mailing list