summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-06-06 06:25:40 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-06-06 06:25:40 (GMT)
commitebf94db60b8f2683b9d10f9fd6f592b14eb9a6b7 (patch)
tree7317761525e752b9f3a063a7d6570bb5364ecdc0 /Misc
parentb5d4d2a7d53f8c2926fd3004aeba0b8b38a3d111 (diff)
downloadcpython-ebf94db60b8f2683b9d10f9fd6f592b14eb9a6b7.zip
cpython-ebf94db60b8f2683b9d10f9fd6f592b14eb9a6b7.tar.gz
cpython-ebf94db60b8f2683b9d10f9fd6f592b14eb9a6b7.tar.bz2
Report on fnmatch.filter.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 14fa35e..38923c7 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),