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 sandro.tosi
Recipients docs@python, sandro.tosi
Date 2011-10-31.10:42:42
SpamBayes Score 0.0060594697
Marked as misclassified No
Message-id <1320057763.71.0.58387430149.issue13302@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,
given I can't fully comprehend the user request (sent on docs@ as of http://mail.python.org/pipermail/docs/2011-September/005791.html), I'm just echoing it :

>>>
recently I embedded Python into one of my applications, which included
some string parsing.
In my opinion the doc page about parsing arguments
(http://docs.python.org/c-api/arg.html) is missing the information, that
you must not free the returned const char *, like e.g. said here
(http://docs.python.org/c-api/string.html#PyString_AsString).
It was quite confusing for my first, so I would suggest adding this tiny
bit of information.
<<<
History
Date User Action Args
2011-10-31 10:42:43sandro.tosisetrecipients: + sandro.tosi, docs@python
2011-10-31 10:42:43sandro.tosisetmessageid: <1320057763.71.0.58387430149.issue13302@psf.upfronthosting.co.za>
2011-10-31 10:42:43sandro.tosilinkissue13302 messages
2011-10-31 10:42:42sandro.tosicreate