Issue 6665: Fix fnmatch to properly match filenames with newlines in them.
commit33b231031332888365f28892e4873a4277fa373e
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 16 Aug 2009 18:52:58 +0000 (16 18:52 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 16 Aug 2009 18:52:58 +0000 (16 18:52 +0000)
treefa836dc30a2220258b3c25287f4645edddfbe6d0
parent8b9a1d62cc799a10cf8265d14fbd4a831d75aa6d
Issue 6665: Fix fnmatch to properly match filenames with newlines in them.

git-svn-id: http://svn.python.org/projects/python/trunk@74475 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/fnmatch.py
Lib/test/test_fnmatch.py
Misc/NEWS