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 vstinner
Recipients barry, benjamin.peterson, brett.cannon, georg.brandl, vstinner
Date 2010-06-13.20:45:21
SpamBayes Score 0.0060845404
Marked as misclassified No
Message-id <1276461923.55.0.586174517693.issue8215@psf.upfronthosting.co.za>
In-reply-to
Content
r81811 and r81923 improve Doc/c-api/arg.rst. I opened more specific issues to improve getargs code and documentation:
 - #8991: PyArg_Parse*() functions: reject discontinious buffers
 - #8926: getargs.c: release the buffer on error
 - #8952: Doc/c-api/arg.rst: fix documentation of number formats
 - #8949: PyArg_Parse*(): "z" should not accept bytes
 - #8951: PyArg_Parse*(): factorize code of 's' and 'z' formats, and 'u' and 'Z' formats	open
 - #8850: Remove "w" format of PyParse_ParseTuple()

I prefer to close this issue because it is too generic. All points of this issues can be found in the other issues or are already fixed by some commits.
History
Date User Action Args
2010-06-13 20:45:23vstinnersetrecipients: + vstinner, barry, brett.cannon, georg.brandl, benjamin.peterson
2010-06-13 20:45:23vstinnersetmessageid: <1276461923.55.0.586174517693.issue8215@psf.upfronthosting.co.za>
2010-06-13 20:45:21vstinnerlinkissue8215 messages
2010-06-13 20:45:21vstinnercreate