Message107750
| 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. |
|