This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Readline doc issue
Type: Stage:
Components: Documentation Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Jason.Baker, docs@python, georg.brandl
Priority: normal Keywords:

Created on 2010-10-05 22:47 by Jason.Baker, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg118040 - (view) Author: Jason Baker (Jason.Baker) Date: 2010-10-05 22:47
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.
msg118050 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-10-06 05:08
Thanks, fixed in r85240.
History
Date User Action Args
2022-04-11 14:57:07adminsetgithub: 54243
2010-10-06 05:09:00georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg118050

resolution: fixed
2010-10-05 22:47:51Jason.Bakercreate