[issue8133] test_imp fails on OS X; filename normalization issue.

2010-03-23 Thread Florent Xicluna
Changes by Florent Xicluna : -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue8133] test_imp fails on OS X; filename normalization issue.

2010-03-20 Thread Florent Xicluna
Florent Xicluna added the comment: Fixed with r79144 on 3.x and r79146 on 3.1. -- resolution: accepted -> fixed stage: commit review -> committed/rejected status: open -> pending ___ Python tracker

[issue8133] test_imp fails on OS X; filename normalization issue.

2010-03-20 Thread Brett Cannon
Brett Cannon added the comment: Patch works for me as well. Go ahead and commit it, Florent, with the comment fix as a separate commit as Mark suggested. -- assignee: brett.cannon -> flox stage: patch review -> commit review ___ Python tracker

[issue8133] test_imp fails on OS X; filename normalization issue.

2010-03-20 Thread Mark Dickinson
Mark Dickinson added the comment: That patch works for me. (You should probably commit the comment fix in the patch separately though, rather than mixing it up with this issue.) -- ___ Python tracker

[issue8133] test_imp fails on OS X; filename normalization issue.

2010-03-20 Thread Florent Xicluna
Florent Xicluna added the comment: Could you tell if the patch fix the issue? -- keywords: +patch stage: -> patch review Added file: http://bugs.python.org/file16601/issue8133_test_imp.diff ___ Python tracker

[issue8133] test_imp fails on OS X; filename normalization issue.

2010-03-20 Thread Florent Xicluna
Florent Xicluna added the comment: Note: issue #8180 is related to the same NFC/NFD issue. http://developer.apple.com/mac/library/qa/qa2001/qa1173.html -- components: +Macintosh, Unicode nosy: +flox resolution: -> accepted ___ Python tracker

[issue8133] test_imp fails on OS X; filename normalization issue.

2010-03-19 Thread Ned Deily
Ned Deily added the comment: (BTW, the problem exists on other versions of OS X, not just 10.6.) -- title: test_imp fails on OS X 10.6; filename normalization issue. -> test_imp fails on OS X; filename normalization issue. ___ Python tracker