[Python-checkins] python/dist/src/Misc NEWS,1.831.4.32,1.831.4.33

loewis at users.sourceforge.net loewis at users.sourceforge.net
Thu Sep 4 13:02:22 EDT 2003


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv6327/Misc

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize().
Fixes #603724.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.32
retrieving revision 1.831.4.33
diff -C2 -d -r1.831.4.32 -r1.831.4.33
*** NEWS	4 Sep 2003 18:52:07 -0000	1.831.4.32
--- NEWS	4 Sep 2003 19:02:20 -0000	1.831.4.33
***************
*** 13,16 ****
--- 13,18 ----
  -----------------
  
+ - Bug #603724: Pass an explicit buffer to setvbuf in PyFile_SetBufSize().
+ 
  - Bug #795506:  The % formatting operator did not support '%F' as
    had been documented.





More information about the Python-checkins mailing list