Issue 606463: PyString_AsString underdocumented - Python tracker (original) (raw)

Issue606463

Created on 2002-09-08 21:49 by david_abrahams, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg12307 - (view) Author: David Abrahams (david_abrahams) Date: 2002-09-08 21:49
PyString_AsString() lacks a complete semantic description (can be done in terms of PyString_AsStringAndSize) or any description of what happens in case of error.
msg12308 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-10-22 20:21
Logged In: YES user_id=3066 Clarified in Doc/api/concrete.tex revisions 1.18 and 1.6.6.6.
History
Date User Action Args
2022-04-10 16:05:39 admin set github: 37152
2002-09-08 21:49:37 david_abrahams create