Message215784
Funny thing, this feature breaks the interactive interpreter in the most basic way on OS X systems. For example, the tab key won't even work to indent. You can't even type the most basic programs into the interactive interpreter. For example:
>>> for i in range(10):
... print(i)
Oh sure, you can make it work by typing the space bar a bunch of times, but it's extremely annoying.
The only way I was able to get a working interactive interpreter on my machine was to manually edit site.py and remove the call to enablerlcompleter() from main().
I hope someone reconsiders this feature and removes it as default behavior. |
|
| Date |
User |
Action |
Args |
| 2014-04-09 00:17:45 | dabeaz | set | recipients:
+ dabeaz, loewis, ronaldoussoren, mark.dickinson, cben, jaraco, belopolsky, pitrou, larry, techtonik, giampaolo.rodola, ned.deily, ezio.melotti, eric.araujo, steven.daprano, r.david.murray, flox, lesmana, xdegaye, tshepang, python-dev, serhiy.storchaka |
| 2014-04-09 00:17:44 | dabeaz | set | messageid: <[email protected]> |
| 2014-04-09 00:17:44 | dabeaz | link | issue5845 messages |
| 2014-04-09 00:17:43 | dabeaz | create | |
|