Message93372
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. |
|
| 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: <[email protected]> |
| 2009-09-30 19:29:50 | twb | link | issue6972 messages |
| 2009-09-30 19:29:50 | twb | create | |
|