- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message70105
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 | facundobatista |
|---|---|
| Recipients | dieresys, facundobatista, gpolo, pitrou |
| Date | 2008-07-21.13:06:27 |
| SpamBayes Score | 0.010940094 |
| Marked as misclassified | No |
| Message-id | <1216645673.17.0.725614222528.issue3396@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I don't understand.
I tried the following:
Python 2.6b2+ (trunk:65167M, Jul 21 2008, 09:51:48)
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import rlcompleter
>>> import readline
>>> readline.parse_and_bind("tab: complete")
Then I wrote "int". Then I pressed TAB. Nothing happened. I pressed TAB
again, and the following appeared:
>>> int
int( intern(
To me this is the expected behaviour: if the system has two alternatives
(in this case it does not if it should follow with "(" or "e"), don't
continue with the first tab, and then show all the options with the
second tab (I'm used to this in bash).
Is this wrong according to you? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-07-21 13:07:53 | facundobatista | set | spambayes_score: 0.0109401 -> 0.010940094 recipients: + facundobatista, pitrou, gpolo, dieresys |
| 2008-07-21 13:07:53 | facundobatista | set | spambayes_score: 0.0109401 -> 0.0109401 messageid: <1216645673.17.0.725614222528.issue3396@psf.upfronthosting.co.za> |
| 2008-07-21 13:06:28 | facundobatista | link | issue3396 messages |
| 2008-07-21 13:06:27 | facundobatista | create | |

