Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85447
| Date | 2015-02-10 15:36 +0100 |
|---|---|
| From | Laura Creighton <lac@openend.se> |
| Subject | tabs and the Python3 console |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.18610.1423579009.18130.python-list@python.org> (permalink) |
I have the debian version of python3 installed here. Python 3.4.2 (default, Nov 13 2014, 07:01:52) [GCC 4.9.2] on linux Type "help", "copyright", "credits" or "license" for more information. >>> But I cannot seem to type a tab here: >>> def fn(**kw): ... (I type a tab here, and get a beep. If I type a tab again I get: Display all 178 possibilities? (y or n) ArithmeticError( chr( AssertionError( class AttributeError( classmethod( BaseException( compile( BlockingIOError( complex( BrokenPipeError( continue <lots more skipped, because you get the idea> ... Do I need a python3 enabled with readline support, or something? Thanks very much, Laura Creighton
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
tabs and the Python3 console Laura Creighton <lac@openend.se> - 2015-02-10 15:36 +0100 Re: tabs and the Python3 console wxjmfauth@gmail.com - 2015-02-10 08:32 -0800 Re: tabs and the Python3 console Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-11 10:25 +1100
csiph-web