Message101186
| Author | brett.cannon |
|---|---|
| Recipients | brett.cannon, ezio.melotti, mark.dickinson |
| Date | 2010-03-16.20:21:52 |
| SpamBayes Score | 1.3962373e-05 |
| Marked as misclassified | No |
| Message-id | <1268770913.33.0.139270916162.issue8133@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Trying to get this right is nasty as mixed filesystem stuff is always tricky, especially since NFD is still UTF-8 as is NFC so sys.getdefaultencoding() doesn't help. Without some way to get that extra bit of info about what form of UTF-8 encoding is being used for the filesystem, I think the test should be modified to use os.listdir() to find the name as encoded by the filesystem and use that as the argument to imp.find_module() instead of assuming the filesystem didn't tweak what it was given. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-03-16 20:21:53 | brett.cannon | set | recipients: + brett.cannon, mark.dickinson, ezio.melotti |
| 2010-03-16 20:21:53 | brett.cannon | set | messageid: <1268770913.33.0.139270916162.issue8133@psf.upfronthosting.co.za> |
| 2010-03-16 20:21:52 | brett.cannon | link | issue8133 messages |
| 2010-03-16 20:21:52 | brett.cannon | create | |