tab completion does not escape ()
Bug #258721 reported by
Peter Bienstman
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
IPython |
Fix Committed
|
Low
|
Ville M. Vainio |
Bug Description
I have a file coming from a Windows user called aaaa(1).txt, tab completion under linux expands this to
aaaa(1).txt
as opposed to
aaaa\(1\).txt
as is done by bash.
Changed in ipython: | |
importance: | Undecided → Low |
status: | New → Confirmed |
status: | Confirmed → In Progress |
To post a comment you must log in.
If this is changed, it should be limited to Linux.