[issue10034] Readline doc issue

2010-10-05 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r85240. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue10034] Readline doc issue

2010-10-05 Thread Jason Baker
New submission from Jason Baker : There's an error in the documentation for readline here: http://docs.python.org/library/readline.html#example The first example doesn't import readline. -- assignee: d...@python components: Documentation messages: 118040 nosy: Jason.Baker, d...@python