New submission from jsevilleja <j...@jsevilleja.org>:

I've used the code from here: 
http://stackoverflow.com/questions/5637124/tab-completion-in-pythons-raw-input/5638688#5638688
 and it works. But I've used the same code in a class which inherits from 
cmd.Cmd, and the code doesn't works. Doing tests, I've noticed that if I do 
"put /", the argument text from "complete_put" method, skips '/' character. I 
don't know if this is a bug or my code is wrong, but it works with any other 
character, and I haven't found anything in the docs. Thanks.

----------
files: shell.py
messages: 162854
nosy: jsevilleja
priority: normal
severity: normal
status: open
title: Strange behaviour of python cmd module. (Ignores slash)
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file26012/shell.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15074>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to