summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2009-08-16 18:52:58 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2009-08-16 18:52:58 (GMT)
commitb98d6b2cbcba1344609a60c7c0fb9f595d19023b (patch)
treeda262aa1f7023cbf321b115fde7dd3d8f2693a89 /Misc
parent1ce2d5305a0494aa6ce476892e91b117ed40ce7d (diff)
downloadcpython-b98d6b2cbcba1344609a60c7c0fb9f595d19023b.zip
cpython-b98d6b2cbcba1344609a60c7c0fb9f595d19023b.tar.gz
cpython-b98d6b2cbcba1344609a60c7c0fb9f595d19023b.tar.bz2
Issue 6665: Fix fnmatch to properly match filenames with newlines in them.
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 a4c995d..91baebf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -359,6 +359,8 @@ Core and Builtins
Library
-------
+- Issue #6665: Fix fnmatch to properly match filenames with newlines in them.
+
- Issue #1135: Add the XView and YView mix-ins to avoid duplicating
the xview* and yview* methods.