Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.040 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'laura': 0.07; 'python3': 0.07; 'creighton': 0.09; 'subject:Python3': 0.09; 'python': 0.11; 'def': 0.12; 'received:openend.se': 0.16; 'received:theraft.openend.se': 0.16; 'tab': 0.16; '>>>': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'installed': 0.27; 'enabled': 0.31; 'class': 0.32; 'linux': 0.33; 'subject:the': 0.34; 'display': 0.35; 'but': 0.35; 'version': 0.36; 'thanks': 0.36; 'nov': 0.38; 'to:addr:python-list': 0.38; 'support,': 0.39; 'to:addr:python.org': 0.39; 'here:': 0.62; 'header:Message-Id:1': 0.63; 'more': 0.64; '2014,': 0.84; 'much,': 0.84; 'subject:tabs': 0.84; 'received:89': 0.85 Date: Tue, 10 Feb 2015 15:36:41 +0100 From: Laura Creighton To: python-list@python.org Subject: tabs and the Python3 console Cc: lac@openend.se X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1423579009 news.xs4all.nl 2966 [2001:888:2000:d::a6]:57699 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:85447 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 ... Do I need a python3 enabled with readline support, or something? Thanks very much, Laura Creighton