Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readline module description should mention raw_input() #43725

Closed
thomharp mannequin opened this issue Jul 26, 2006 · 2 comments
Closed

readline module description should mention raw_input() #43725

thomharp mannequin opened this issue Jul 26, 2006 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@thomharp
Copy link
Mannequin

thomharp mannequin commented Jul 26, 2006

BPO 1529157
Nosy @akuchling

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/akuchling'
closed_at = <Date 2006-07-29.14:25:07.000>
created_at = <Date 2006-07-26.18:13:37.000>
labels = ['docs']
title = 'readline module description should mention raw_input()'
updated_at = <Date 2006-07-29.14:25:07.000>
user = 'https://bugs.python.org/thomharp'

bugs.python.org fields:

activity = <Date 2006-07-29.14:25:07.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2006-07-26.18:13:37.000>
creator = 'thomharp'
dependencies = []
files = []
hgrepos = []
issue_num = 1529157
keywords = []
message_count = 2.0
messages = ['29297', '29298']
nosy_count = 2.0
nosy_names = ['akuchling', 'thomharp']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1529157'
versions = ['Python 2.4']

@thomharp
Copy link
Mannequin Author

thomharp mannequin commented Jul 26, 2006

The description of the readline module in the library
reference should mention that it alters the behavior of
the input() and raw_input() functions. Without this
change, it isn't obvious how to use readline to provide
a command line in applications.

The information requested *is* in the docs where
input() and raw_input() are described, but an
inexperienced python programmer, just learning his way
around the standard library, won't know that and may
conclude that the readline module exists only because
it's used for interactive python.

@thomharp thomharp mannequin closed this as completed Jul 26, 2006
@thomharp thomharp mannequin assigned akuchling Jul 26, 2006
@thomharp thomharp mannequin added the docs Documentation in the Doc dir label Jul 26, 2006
@thomharp thomharp mannequin closed this as completed Jul 26, 2006
@thomharp thomharp mannequin assigned akuchling Jul 26, 2006
@thomharp thomharp mannequin added the docs Documentation in the Doc dir label Jul 26, 2006
@akuchling
Copy link
Member

Logged In: YES
user_id=11375

I've added a mention to the first paragraph of the module's
docs. Thanks for the suggestion!

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant