[Python-checkins] CVS: python/dist/src/Misc NEWS,1.81.2.18,1.81.2.19

Moshe Zadka moshez@users.sourceforge.net
Sat, 31 Mar 2001 00:10:05 -0800


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

Modified Files:
      Tag: release20-maint
	NEWS 
Log Message:
- posixmodule.c - Add missing prototypes in for SunOS 4.1.4, plug memory leak

- #125891 - posixmodule.c - os.popen2,3 and 4 leaked file objects on Windows.

- #128053 - posixmodule.c - #ifdef for including "tmpfile" in the
            posix_methods[] array was wrong -- should be HAVE_TMPFILE


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.81.2.18
retrieving revision 1.81.2.19
diff -C2 -r1.81.2.18 -r1.81.2.19
*** NEWS	2001/03/31 07:33:56	1.81.2.18
--- NEWS	2001/03/31 08:10:03	1.81.2.19
***************
*** 77,80 ****
--- 77,87 ----
  - #232787 -- Modules/timemodule.c, Python/errors.c, Objects/intobject.c
  
+ - posixmodule.c - Add missing prototypes in for SunOS 4.1.4, plug memory leak
+ 
+ - #125891 - posixmodule.c - os.popen2,3 and 4 leaked file objects on Windows.
+ 
+ - #128053 - posixmodule.c - #ifdef for including "tmpfile" in the 
+             posix_methods[] array was wrong -- should be HAVE_TMPFILE
+ 
  What's New in Python 2.0?
  =========================