Re: tabs and the Python3 console

2015-02-10 Thread Steven D'Aprano
Laura Creighton wrote: > 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): >

Re: tabs and the Python3 console

2015-02-10 Thread Laura Creighton
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

Re: tabs and the Python3 console

2015-02-10 Thread Vincent Vande Vyvre
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): ...