Re: Disable readline

2011-12-01 Thread Nick Dokos
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

Re: Disable readline

2011-11-30 Thread Steven D'Aprano
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

Re: Disable readline

2011-11-30 Thread Roy Smith
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