[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-04-03 Thread Ismail Donmez
Ismail Donmez added the comment: Sure thing, I am waiting for alpha2. Regards. -- status: pending -> open ___ Python tracker ___ ___

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-04-03 Thread Brett Cannon
Brett Cannon added the comment: If you could, Ismail, can you verify this either from svn or when the next release of 3.1 comes out and update this issue? -- status: closed -> pending ___ Python tracker ___

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-04-01 Thread Brett Cannon
Brett Cannon added the comment: Fixed in r71042. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-03-08 Thread Brett Cannon
Brett Cannon added the comment: Ah, OK, that explains it then. I guess I need to come up with a test to verify whether commonly case-sensitive filesystems are truly case-sensitive before running the tests. Thanks for the quick response, Ismail. -- message_count: 3.0 -> 4.0 priority: no

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-03-08 Thread Ismail Donmez
Ismail Donmez added the comment: Yes its case sensitive. -- message_count: 2.0 -> 3.0 ___ Python tracker ___ ___ Python-bugs-list mail

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-03-08 Thread Brett Cannon
Brett Cannon added the comment: Is your version of OS X installed on a case-sensitive filesystem? These tests all pass for me on my Macbook on 10.5.6. -- assignee: -> brett.cannon message_count: 1.0 -> 2.0 ___ Python tracker

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-03-08 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- components: +Library (Lib), Tests priority: -> normal ___ Python tracker ___ ___ Python-bugs-list maili

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-03-08 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +brett.cannon nosy_count: 1.0 -> 2.0 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-03-08 Thread Ismail Donmez
New submission from Ismail Donmez : Two failures in test_importlib: == FAIL: test_case_insensitivity (importlib.test.extension.test_case_sensitivity.ExtensionModuleCaseSensi tivityTest) -