This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nikratio
Recipients georg.brandl, nikratio
Date 2009-12-23.19:15:45
SpamBayes Score 3.8493843e-05
Marked as misclassified No
Message-id <1261595747.14.0.140020920323.issue7569@psf.upfronthosting.co.za>
In-reply-to
Content
It would be great if the documentation of c_char_p
(http://docs.python.org/library/ctypes.html#ctypes.c_char_p) could be
reformulated as follows (would have saved me quite some time):

class ctypes.c_char_p¶
    Represents the C char * datatype when it points a zero-terminated
string. For a general character pointer that may also point to binary
data, POINTER(c_char) must be used. The constructor accepts an integer
address, or a string.
History
Date User Action Args
2009-12-23 19:15:47nikratiosetrecipients: + nikratio, georg.brandl
2009-12-23 19:15:47nikratiosetmessageid: <1261595747.14.0.140020920323.issue7569@psf.upfronthosting.co.za>
2009-12-23 19:15:45nikratiolinkissue7569 messages
2009-12-23 19:15:45nikratiocreate