[Python-checkins] CVS: python/dist/src/Misc NEWS,1.179,1.180

Martin v. L?wis loewis@users.sourceforge.net
Tue, 05 Jun 2001 23:25:42 -0700


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

Modified Files:
	NEWS 
Log Message:
Report on fnmatch.filter.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.179
retrieving revision 1.180
diff -C2 -r1.179 -r1.180
*** NEWS	2001/06/02 05:27:19	1.179
--- NEWS	2001/06/06 06:25:40	1.180
***************
*** 125,128 ****
--- 125,130 ----
  Library
  
+ - A new function fnmatch.filter to filter lists of file names was added.
+ 
  - calendar.py uses month and day names based on the current locale.