[Python-checkins] CVS: python/dist/src/Misc NEWS,1.81.2.10,1.81.2.11

Moshe Zadka moshez@users.sourceforge.net
Fri, 30 Mar 2001 11:18:26 -0800


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

Modified Files:
      Tag: release20-maint
	NEWS 
Log Message:
Fixing bug #407504. -- did not close pwd/grp databases.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.81.2.10
retrieving revision 1.81.2.11
diff -C2 -r1.81.2.10 -r1.81.2.11
*** NEWS	2001/03/30 18:27:11	1.81.2.10
--- NEWS	2001/03/30 19:18:23	1.81.2.11
***************
*** 42,45 ****
--- 42,49 ----
    Fixed.
  
+ - Fixed #407504 -- closing pwd and grp database when finished.
+ 
+ - Fixed memory leak in from import ...
+ 
  
  What's New in Python 2.0?