This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients Jim Fasarakis-Hilliard, brett.cannon, docs@python, eryksun, pitrou
Date 2017-03-11.18:43:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489257786.7.0.348725428818.issue29688@psf.upfronthosting.co.za>
In-reply-to
Content
I know it has it's uses (avoiding stat calls is one of them), but it is still undocumented, untested, and has two comments in it saying it needs work. Because of all that it might as well not exist since it doesn't meet our standards of quality.

If someone wants to fix all those issues then we can properly document it as supported, but if no one is willing to then I don't think we should leave unsupported code lying around that people might discover through dir().

And it doesn't serve a _different_ purpose compared to resolve(), it serves a _subset_ of resolve()'s purpose since resolve() calls absolute() unconditionally.
History
Date User Action Args
2017-03-11 18:43:06brett.cannonsetrecipients: + brett.cannon, pitrou, docs@python, eryksun, Jim Fasarakis-Hilliard
2017-03-11 18:43:06brett.cannonsetmessageid: <1489257786.7.0.348725428818.issue29688@psf.upfronthosting.co.za>
2017-03-11 18:43:06brett.cannonlinkissue29688 messages
2017-03-11 18:43:06brett.cannoncreate