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 georg.brandl
Recipients georg.brandl, ibshields, r.david.murray
Date 2013-01-06.17:49:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357494585.01.0.460946986254.issue16877@psf.upfronthosting.co.za>
In-reply-to
Content
Can you point exactly where the "odd behavior" is?  Note that "~" is a normal component for UNIX file/path names, and in such it has no special meaning (as opposed to "/").

This is why it gets no special handling by any Python path functions, except for expanduser().  That it is handled specially by the shell is no reason for Python to do the same.
History
Date User Action Args
2013-01-06 17:49:45georg.brandlsetrecipients: + georg.brandl, r.david.murray, ibshields
2013-01-06 17:49:45georg.brandlsetmessageid: <1357494585.01.0.460946986254.issue16877@psf.upfronthosting.co.za>
2013-01-06 17:49:44georg.brandllinkissue16877 messages
2013-01-06 17:49:44georg.brandlcreate