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.

作者 tshepang
收信人 georg.brandl, tshepang
日期 2012-03-09.17:46:48
SpamBayes Score 3.7448933e-12
Marked as misclassified
Message-id <CAA77j2AninrxFm6036HV_vAofnPUDKZd_PRhi23q9gr4xsYi_g@mail.gmail.com>
In-reply-to <1331314910.89.0.441614812625.issue14210@psf.upfronthosting.co.za>
内容
> 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?
历史
日期 用户 动作 参数
2012-03-09 17:46:49tshepang修改recipients: + tshepang, georg.brandl
2012-03-09 17:46:48tshepang链接issue14210 messages
2012-03-09 17:46:48tshepang创建