Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!fdn.fr!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'argument': 0.05; 'laura': 0.07; 'python3': 0.07; 'creighton': 0.09; 'subject:Python3': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'def': 0.12; 'received:openend.se': 0.16; 'received:theraft.openend.se': 0.16; 'tab': 0.16; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**1': 0.23; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; '+0100,': 0.31; 'enabled': 0.31; 'writes:': 0.31; 'class': 0.32; 'linux': 0.33; 'url:python': 0.33; 'cc:no real name:2**1': 0.33; 'subject:the': 0.34; 'display': 0.35; 'but': 0.35; 'version': 0.36; 'much.': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'thank': 0.38; 'nov': 0.38; 'url:library': 0.38; 'recent': 0.39; 'support,': 0.39; 'url:3': 0.61; 'here:': 0.62; 'header:Message- Id:1': 0.63; 'more': 0.64; '2014,': 0.84; '2015': 0.84; 'much,': 0.84; 'subject:tabs': 0.84; 'received:89': 0.85 To: vincent.vandevyvre@oqapy.eu From: Laura Creighton Subject: Re: tabs and the Python3 console In-Reply-To: Message from Vincent Vande Vyvre of "Tue, 10 Feb 2015 16:50:54 +0100." <54DA28DE.9030709@telenet.be> References: <201502101436.t1AEafIH032349@fido.openend.se><54DA28DE.9030709@telenet.be> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <25740.1423586487.1@fido> Content-Transfer-Encoding: 8bit Date: Tue, 10 Feb 2015 17:41:27 +0100 Cc: python-list@python.org, 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: 42 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1423586498 news.xs4all.nl 2885 [2001:888:2000:d::a6]:39195 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:85454 In a message of Tue, 10 Feb 2015 16:50:54 +0100, Vincent Vande Vyvre writes: >Le 10/02/2015 15:36, Laura Creighton a écrit : >> 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 >> >> > >It's a recent change (3.4), use the argument -S if you want the old >behaviour > >https://docs.python.org/3/library/site.html#rlcompleter-config > >Vincent Thank you very, very much. Laura