Message289436
resolve() can't replace absolute(). They serve different purposes. Sometimes one wants an absolute path, but without resolving symbolic links.
absolute() processes a path as a string, which will continue to be true if it's updated to call nt._getfullpathname (GetFullPathName) on Windows. OTOH, resolve() can outright fail on Windows. I can write up a list of examples (I can think of 5 or 6 unhandled error codes), but it's not directly relevant to this issue. |
|
Date |
User |
Action |
Args |
2017-03-11 05:17:14 | eryksun | set | recipients:
+ eryksun, brett.cannon, pitrou, docs@python, Jim Fasarakis-Hilliard |
2017-03-11 05:17:14 | eryksun | set | messageid: <1489209434.4.0.690311145907.issue29688@psf.upfronthosting.co.za> |
2017-03-11 05:17:14 | eryksun | link | issue29688 messages |
2017-03-11 05:17:12 | eryksun | create | |
|