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 r.david.murray
Recipients ibshields, r.david.murray
Date 2013-01-06.04:54:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357448077.84.0.658143252582.issue16877@psf.upfronthosting.co.za>
In-reply-to
Content
This is intentional. You have to call expanduser yourself if you want ~ to be expanded.  Otherwise it is treated as any other path component would be.

I don't understand your final comment, can you clarify?
History
Date User Action Args
2013-01-06 04:54:37r.david.murraysetrecipients: + r.david.murray, ibshields
2013-01-06 04:54:37r.david.murraysetmessageid: <1357448077.84.0.658143252582.issue16877@psf.upfronthosting.co.za>
2013-01-06 04:54:37r.david.murraylinkissue16877 messages
2013-01-06 04:54:37r.david.murraycreate