]> granicus.if.org Git - python/commit
Issue 6665: Fix fnmatch to properly match filenames with newlines in them.
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 16 Aug 2009 18:52:58 +0000 (18:52 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 16 Aug 2009 18:52:58 +0000 (18:52 +0000)
commitb98d6b2cbcba1344609a60c7c0fb9f595d19023b
treeda262aa1f7023cbf321b115fde7dd3d8f2693a89
parent1ce2d5305a0494aa6ce476892e91b117ed40ce7d
Issue 6665: Fix fnmatch to properly match filenames with newlines in them.
Lib/fnmatch.py
Lib/test/test_fnmatch.py
Misc/NEWS