New submission from Jon McKenzie :
I'm writing a cmd.Cmd module that operates on filenames. As such, I'm
attempting to write tab completions that operate similar to bash. However,
files that contain dashes (hyphens) appear to exhibit unexpected behavior.
It appears that somewhere
Jon McKenzie added the comment:
Marked as closed, since I found this was not a bug, but just a readline default.
Can set tab completion delimiters with readline.set_completer_delims(string)
--
resolution: -> wont fix
status: open ->