[issue19718] Path.glob() on case-insensitive Posix filesystems

2013-11-22 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ok, thanks (and thanks Brett for writing and testing the patch)! -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker __

[issue19718] Path.glob() on case-insensitive Posix filesystems

2013-11-22 Thread Ned Deily
Ned Deily added the comment: test_pathlib now passes. I'd say it's fixed until someone claims otherwise. -- ___ Python tracker ___ __

[issue19718] Path.glob() on case-insensitive Posix filesystems

2013-11-22 Thread Antoine Pitrou
Antoine Pitrou added the comment: > FWIW, it looks like Path.glob() is behaving the same as the default > shell (bash 3.2 on OS X 10.6.8) Thanks, we're in good company then (or at least we're not alone :-)). Do you think I should fix this issue as fixed now? -- __

[issue19718] Path.glob() on case-insensitive Posix filesystems

2013-11-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4734f6e2fd2f by Antoine Pitrou in branch 'default': Issue #19718: add one more globbing test under POSIX http://hg.python.org/cpython/rev/4734f6e2fd2f -- ___ Python tracker

[issue19718] Path.glob() on case-insensitive Posix filesystems

2013-11-22 Thread Ned Deily
Ned Deily added the comment: FWIW, it looks like Path.glob() is behaving the same as the default shell (bash 3.2 on OS X 10.6.8): Python 3.4.0a4+ (default:cce14bc9b675, Nov 22 2013, 13:01:47) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license"

[issue19718] Path.glob() on case-insensitive Posix filesystems

2013-11-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset cd09766bb18f by Brett Cannon in branch 'default': Issue #19718: Add a case-insensitive FS check to test.support to use http://hg.python.org/cpython/rev/cd09766bb18f -- nosy: +python-dev ___ Python tracker

[issue19718] Path.glob() on case-insensitive Posix filesystems

2013-11-22 Thread Antoine Pitrou
New submission from Antoine Pitrou: test_glob fails under OS X: == FAIL: test_glob (test.test_pathlib.PosixPathTest) -- Traceback (most recent call last): Fil