shnake icon indicating copy to clipboard operation
shnake copied to clipboard

Readline runtime error while typing <tab> in enquoted argument

Open nil0x42 opened this issue 11 years ago • 0 comments

Description:

Entering the command:

foo "<tab>

throws a runtime error caused by readline.

Steps to reproduce:

nil@laptop :: ~/dev/shnake $ python Python 3.4.1 (default, May 19 2014, 17:23:49) [GCC 4.9.0 20140507 (prerelease)] on linux Type "help", "copyright", "credits" or "license" for more information.

import shnake interface = shnake.Shell() interface.cmdloop() cmdshell > help "*** Error raised: Runtime Error: can't re-enter readline

nil0x42 avatar Jul 16 '14 15:07 nil0x42