commit | 5662924453bdf4793f869427b5369281077a3abd | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sun Nov 01 20:33:31 2009 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sun Nov 01 20:33:31 2009 +0000 |
tree | 7565975848d847ab901aaf56431b06ef99162aa7 | |
parent | 63e64add92fef0649b64c39dc4e048d613bedf52 [diff] |
Merged revisions 74475 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74475 | gregory.p.smith | 2009-08-16 11:52:58 -0700 (Sun, 16 Aug 2009) | 2 lines Issue 6665: Fix fnmatch to properly match filenames with newlines in them. ........