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, tshepang
Date 2012-03-09.17:50:02
SpamBayes Score 7.203836e-10
Marked as misclassified No
Message-id <1331315402.68.0.847198252596.issue14210@psf.upfronthosting.co.za>
In-reply-to
Content
>>> * using relative path completes, but I get something like "'../prog.py' not found from sys.path"
>> That has nothing to do with the completion.
> If I give it an absolute path it works, hence the complaint.

But that has to do with how relative paths are handled, not with how they are entered: they are taken relative to sys.path[0]. I don't know why, and if that is the useful thing to do, but it's for another issue.

>>> * using "~/" to try to complete the HOME directory doesn't work... it completes the root directory
>> Since break doesn't accept "~", I don't see why it should complete it.  Keep in mind it's not a shell :)
> Fair enough. Perhaps the completion should not be when encountering
that character?

That should be easy to do, yes.
History
Date User Action Args
2012-03-09 17:50:02georg.brandlsetrecipients: + georg.brandl, tshepang
2012-03-09 17:50:02georg.brandlsetmessageid: <1331315402.68.0.847198252596.issue14210@psf.upfronthosting.co.za>
2012-03-09 17:50:02georg.brandllinkissue14210 messages
2012-03-09 17:50:02georg.brandlcreate