Message93372
| Author | twb |
|---|---|
| Recipients | amaury.forgeotdarc, gregory.p.smith, r.david.murray, schmir, twb |
| Date | 2009-09-30.19:29:49 |
| SpamBayes Score | 0.00045999137 |
| Marked as misclassified | No |
| Message-id | <1254338991.79.0.866017381794.issue6972@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
os.path.realpath() doesn't normalize case, so this could have issues on Windows. The new patch should not. The Mac version of os.path.normpath doesn't change the path, as per the posix version, which isn't correct on HFS+, which is not case sensitive. That's another bug for another ticket, though. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-09-30 19:29:51 | twb | set | recipients: + twb, gregory.p.smith, amaury.forgeotdarc, schmir, r.david.murray |
| 2009-09-30 19:29:51 | twb | set | messageid: <1254338991.79.0.866017381794.issue6972@psf.upfronthosting.co.za> |
| 2009-09-30 19:29:50 | twb | link | issue6972 messages |
| 2009-09-30 19:29:50 | twb | create | |