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 tshepang
Recipients georg.brandl, tshepang
Date 2012-03-09.17:46:48
SpamBayes Score 3.7448933e-12
Marked as misclassified No
Message-id <CAA77j2AninrxFm6036HV_vAofnPUDKZd_PRhi23q9gr4xsYi_g@mail.gmail.com>
In-reply-to <1331314910.89.0.441614812625.issue14210@psf.upfronthosting.co.za>
Content
> Georg Brandl <georg@python.org> added the comment:
>> * 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.

>> * 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?
History
Date User Action Args
2012-03-09 17:46:49tshepangsetrecipients: + tshepang, georg.brandl
2012-03-09 17:46:48tshepanglinkissue14210 messages
2012-03-09 17:46:48tshepangcreate