[issue6876] readline documentation example error

2009-09-16 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74819. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue6876] readline documentation example error

2009-09-10 Thread Stefan Schwarzburg
New submission from Stefan Schwarzburg : In the last example in the readline documentation (http://docs.python.org/library/readline.html), the line code.InteractiveConsole.__init__(self) should be changed to code.InteractiveConsole.__init__(self, locals, filename) to work properly.