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 brett.cannon, r.david.murray, roysmith
Date 2009-11-15.20:56:34
SpamBayes Score 2.3720449e-07
Marked as misclassified No
Message-id <1258318595.77.0.500723270097.issue7325@psf.upfronthosting.co.za>
In-reply-to
Content
It's a border case for backporting. The docs do say it should be returning 
an absolute path, so that is a bug. And chances are anyone who has 
discovered this and is working around it simply called os.path.abspath() 
on the value instead of some manual calculation (if at all; bigger chance 
no one simply noticed).

My vote is to backport. Otherwise the docs should be updated for 2.6/3.1 
to mention the bug.
History
Date User Action Args
2009-11-15 20:56:36brett.cannonsetrecipients: + brett.cannon, roysmith, r.david.murray
2009-11-15 20:56:35brett.cannonsetmessageid: <1258318595.77.0.500723270097.issue7325@psf.upfronthosting.co.za>
2009-11-15 20:56:34brett.cannonlinkissue7325 messages
2009-11-15 20:56:34brett.cannoncreate