Message101180
| Author | mark.dickinson |
|---|---|
| Recipients | brett.cannon, ezio.melotti, mark.dickinson |
| Date | 2010-03-16.19:25:34 |
| SpamBayes Score | 7.7080316e-05 |
| Marked as misclassified | No |
| Message-id | <1268767538.14.0.771903400854.issue8133@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Brett: any thoughts on this? Should imp.find_module automatically apply NFD normalization to the given string on OS X? It seems to me that doing this properly is a bit nasty, since the correct condition isn't that the OS is OS X, but that the relevant filesystem is HFS+; presumably a single call to imp.find_module could end up checking directories with differing filesystems. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-03-16 19:25:38 | mark.dickinson | set | recipients: + mark.dickinson, brett.cannon, ezio.melotti |
| 2010-03-16 19:25:38 | mark.dickinson | set | messageid: <1268767538.14.0.771903400854.issue8133@psf.upfronthosting.co.za> |
| 2010-03-16 19:25:35 | mark.dickinson | link | issue8133 messages |
| 2010-03-16 19:25:34 | mark.dickinson | create | |