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 rominf
Recipients Arfrever, Claudiu.Popa, fletom, pitrou, rominf, vajrasky, vstinner
Date 2014-04-26.19:55:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398542120.23.0.351342436237.issue19776@psf.upfronthosting.co.za>
In-reply-to
Content
I think that `absolute` method should call `expanduser` and `expandvars` (do you plan to include it?) automatically. This should be optional (via default arguments: `expanduser=True, expandvars=True`.
History
Date User Action Args
2014-04-26 19:55:20rominfsetrecipients: + rominf, pitrou, vstinner, Arfrever, Claudiu.Popa, vajrasky, fletom
2014-04-26 19:55:20rominfsetmessageid: <1398542120.23.0.351342436237.issue19776@psf.upfronthosting.co.za>
2014-04-26 19:55:20rominflinkissue19776 messages
2014-04-26 19:55:19rominfcreate