Issue 1684834: Documentation for C-API string functions (original) (raw)
Issue1684834
Created on 2007-03-21 00:52 by sonderblade, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
doc-capi-string-functions.patch | sonderblade,2007-03-21 00:52 |
Messages (2) | ||
---|---|---|
msg52275 - (view) | Author: Björn Lindqvist (sonderblade) | Date: 2007-03-21 00:52 |
This patch adds documentation for five string functions to the Python/C API reference manual. PyOS_snprintf, PyOS_vsnprintf, PyOS_ascii_strtod, PyOS_ascii_formatd and PyOS_ascii_atof. See http://www.python.org/doc/2.2.3/whatsnew/node11.html and http://www.python.org/doc/2.4.4/whatsnew/node11.html. I hope the structure is decent, I had to add a new section in the manual to fit them in. | ||
msg52276 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2007-03-21 09:18 |
Thanks for the patch, committed in rev. 54483, 54484 (2.5). |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:23 | admin | set | github: 44749 |
2007-03-21 00:52:32 | sonderblade | create |