diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-06-06 06:25:40 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-06-06 06:25:40 (GMT) |
commit | ebf94db60b8f2683b9d10f9fd6f592b14eb9a6b7 (patch) | |
tree | 7317761525e752b9f3a063a7d6570bb5364ecdc0 /Misc | |
parent | b5d4d2a7d53f8c2926fd3004aeba0b8b38a3d111 (diff) | |
download | cpython-ebf94db60b8f2683b9d10f9fd6f592b14eb9a6b7.zip cpython-ebf94db60b8f2683b9d10f9fd6f592b14eb9a6b7.tar.gz cpython-ebf94db60b8f2683b9d10f9fd6f592b14eb9a6b7.tar.bz2 |
Report on fnmatch.filter.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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), |