-
-
Notifications
You must be signed in to change notification settings - Fork 252
Closed
Labels
Description
Platform: Mac OS 10.6, Python 2.6.1
I think I might have found a bug with the display of possible completions of directory names. On my Mac, if I type
>>> a="/Applications/
and press tab to expand, the window list of completions is broken (but the completions displayed on the command line are correct as you cycle through with tab):
>>> a="/Applications/Address Book.app/
┌──────────────────────────────────────────────────────────────┐
│app/ /Applications/AppleScript/ │
│app/ app/ │
│app/ app/ │
│app/ /Applications/DivX/ │
│app/ app/ │
│app/ app/ │
│app/ app/ │
│/Applications/Games/ app/ │
│/Applications/Google/ app/ │
│app/ app/ │
│app/ app/ │
│app/ app/ │
│app/ app/ │
│/Applications/MacPorts/ app/ │
│/Applications/Parallels/ app/ │
│app/ app/ │
│app/ app/ │
│app/ app/ │
│app/ app/ │
│/Applications/Utilities/ app/ │
└──────────────────────────────────────────────────────────────┘
(i.e., it's stripped all the completions that finish with .app/ to app/)
I shall have a look at the code myself, and see if I can propose a patch to fix this.
- Bitbucket: https://bitbucket.org/bobf/bpython/issue/61
- Originally Reported By: Ben Papworth
- Originally Created At: 2009-09-23T17:45:59.728
Reactions are currently unavailable