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 eric.smith
Recipients Yinon, eric.smith
Date 2014-05-01.11:47:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398944869.38.0.839854228328.issue21391@psf.upfronthosting.co.za>
In-reply-to
Content
Wouldn't it be better to switch uses of abspath to be os.path.abspath? os.path is used elsewhere in the file, after all.

Brett added "from os.path import abspath" in http://hg.python.org/cpython/rev/686e5d38be42 but I think that import should be deleted and os.path.abspath used directly.
History
Date User Action Args
2014-05-01 11:47:49eric.smithsetrecipients: + eric.smith, Yinon
2014-05-01 11:47:49eric.smithsetmessageid: <1398944869.38.0.839854228328.issue21391@psf.upfronthosting.co.za>
2014-05-01 11:47:49eric.smithlinkissue21391 messages
2014-05-01 11:47:48eric.smithcreate