Steven D'Aprano wrote:
> On Thu, 01 Dec 2011 00:00:52 -0500, Roy Smith wrote:
>
> > Another possibility is setting your TERM environment variable to
> > something that readline can't support:
> >
> > ~$ TERM=asr33
> > ~$ python
> > Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) [GCC 4.2.1 (Ap
On Thu, 01 Dec 2011 00:00:52 -0500, Roy Smith wrote:
> Another possibility is setting your TERM environment variable to
> something that readline can't support:
>
> ~$ TERM=asr33
> ~$ python
> Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) [GCC 4.2.1 (Apple Inc.
> build 5646)] on darwin Type "h
In article <4ed6ffed$0$29986$c3e8da3$54964...@news.astraweb.com>,
Steven D'Aprano wrote:
> Is there a way to disable readline support in the interactive interpreter
> at runtime? Either from within an existing session, or when the session
> starts up will do.
I'm assuming Python uses the stan