classification
Title: PyOS_InputHook() and related API funcs. not documented
Type: enhancement Stage:
Components: Documentation Versions: Python 3.3, Python 3.2, Python 3.1, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: ajaksu2, akuchling, belopolsky, docs@python, terry.reedy
Priority: normal Keywords:

Created on 2006-09-07 14:06 by akuchling, last changed 2011-03-09 02:42 by terry.reedy.

Messages (3)
msg60996 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2006-09-07 14:06
AFAICT, PyOS_InputHook() isn't described anywhere in
the docs.  Even the .h files don't contain comments
explaining it.
msg84470 - (view) Author: Daniel Diniz (ajaksu2) Date: 2009-03-30 03:08
The only mention I can find is in Misc/HISTORY:
    When the interpreter shell is invoked interactively, it attempts
    to import the readline module; when this fails, the default input
    mechanism is used.  The hook variables are PyOS_InputHook and
    PyOS_ReadlineFunctionPointer.
msg130402 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2011-03-09 02:42
A.B, I believe you have looked at other areas of missing C-API docs. What do you think of this one? Is it still missing?
History
Date User Action Args
2011-03-09 02:42:33terry.reedysetnosy: + terry.reedy, belopolsky

messages: + msg130402
versions: + Python 3.3
2010-08-24 20:31:22BreamoreBoysetassignee: docs@python

nosy: + docs@python
2010-08-07 18:33:08terry.reedysetversions: - Python 2.6
2010-07-10 06:25:32terry.reedysetversions: + Python 3.1, Python 2.7, Python 3.2
2009-03-30 03:08:05ajaksu2settype: enhancement

messages: + msg84470
nosy: + ajaksu2
2006-09-07 14:06:51akuchlingcreate