From: Martin v. Löwis Date: Wed, 6 Jun 2001 06:25:40 +0000 (+0000) Subject: Report on fnmatch.filter. X-Git-Tag: v2.2a3~1611 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebf94db60b8f2683b9d10f9fd6f592b14eb9a6b7;p=thirdparty%2FPython%2Fcpython.git Report on fnmatch.filter. --- diff --git a/Misc/NEWS b/Misc/NEWS index 14fa35e4aa6a..38923c790d35 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -124,6 +124,8 @@ Core 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. - strop is now *really* obsolete (this was announced before with 1.6),