Patches item #1684834, was opened at 2007-03-21 00:52
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1684834&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Bj�rn Lindqvist (sonderblade)
Assigned to: Nobody/Anonymous (nobody)
Summary: Documentation for C-API string functions

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Georg Brandl (gbrandl)
Date: 2007-03-21 09:18

Message:
Logged In: YES 
user_id=849994
Originator: NO

Thanks for the patch, committed in rev. 54483, 54484 (2.5).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1684834&group_id=5470
_______________________________________________
Patches mailing list
Patches@python.org
http://mail.python.org/mailman/listinfo/patches

Reply via email to