[issue25660] tabs don't work correctly in python repl

Clément report at bugs.python.org
Wed Oct 26 23:54:10 EDT 2016


Clément added the comment:

Could this commit be the reason why the attached code behaves differently in 2.7 and 3.5.2? This is the code used by Emacs' default Python mode to do completion; with it (python -i completion.py), pressing "tab" on a plain prompt offers candidates in Python 2.7, but it doesn't in Python 3.5.2 (instead, it inserts a tab).

----------
nosy: +cpitclaudel
Added file: http://bugs.python.org/file45235/completion.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25660>
_______________________________________


More information about the Python-bugs-list mailing list