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.

classification
Title: Improve c-api/arg.rst
Type: Stage: patch review
Components: Documentation Versions: Python 3.1, Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, pitrou
Priority: normal Keywords: patch

Created on 2010-05-01 18:25 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
argdoc.patch pitrou, 2010-05-01 18:24
Messages (3)
msg104736 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-05-01 18:24
This patch fixes, reorders and improves c-api/arg.rst.

I would even suggest to go further and single out a couple of "most useful" formats ('s', 'y*', 'i', 'l'...) so that people don't get lost in all the possibilities.
msg104748 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-05-01 20:32
Patch uploaded at http://codereview.appspot.com/979047
msg104850 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-05-03 16:09
I've applied Eric's and Brian's suggestions and committed the patch to r80714 (py3k) and r80715 (3.1). Thank you!
History
Date User Action Args
2022-04-11 14:57:00adminsetgithub: 52839
2010-05-03 16:09:18pitrousetstatus: open -> closed
resolution: fixed
messages: + msg104850
2010-05-01 20:32:35pitrousetmessages: + msg104748
2010-05-01 18:25:00pitroucreate