]> granicus.if.org Git - python/commit
Issue #17923: glob() patterns ending with a slash no longer match non-dirs on
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Aug 2014 09:54:55 +0000 (12:54 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Aug 2014 09:54:55 +0000 (12:54 +0300)
commit3fdffc9fb69b8c2893c833c494132b00c26f5e8f
tree6f0cf82ce96c5f3ad4a388cc80fe0e65b3fa6054
parent67310859d1f1e8f54edb6c50aab7f5bb87fc3585
Issue #17923: glob() patterns ending with a slash no longer match non-dirs on
AIX.  Based on patch by Delhallt.
Lib/glob.py
Misc/NEWS