Opened 17 years ago
Closed 17 years ago
#6661 closed (fixed)
bash completion script fails for python -i <tab>
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
consider there is a package foo.py in the current directory, then
$ python -i fo<tab>
will fail like:
$ python -i fobasename: invalid option -- i
Try `basename --help' for more information.
basename: invalid option -- i
Try `basename --help' for more information.
basename: invalid option -- i
Try `basename --help' for more information.
More information here:
Attachments (2)
Change History (5)
by , 17 years ago
Attachment: | completion_fix.diff added |
---|
comment:1 by , 17 years ago
You beat me to it; I was just catching up on Debian bug mail. This is the correct fix, though for expediency I'm going to upload a fresh copy as an svn diff from the root of the tree (our preferred format). Then I'll promote it up for checkin.
by , 17 years ago
Attachment: | bash_completion.diff added |
---|
Same patch, slightly more amenable to a straight 'patch' application
comment:2 by , 17 years ago
Component: | Uncategorized → django-admin.py |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
proposed fix