
New submission from Antoine Pitrou <pitrou@free.fr>: 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. ---------- assignee: docs@python components: Documentation files: argdoc.patch keywords: patch messages: 104736 nosy: docs@python, pitrou priority: normal severity: normal stage: patch review status: open title: Improve c-api/arg.rst versions: Python 3.1, Python 3.2 Added file: http://bugs.python.org/file17168/argdoc.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8593> _______________________________________

Antoine Pitrou <pitrou@free.fr> added the comment: Patch uploaded at http://codereview.appspot.com/979047 ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8593> _______________________________________

Antoine Pitrou <pitrou@free.fr> added the comment: I've applied Eric's and Brian's suggestions and committed the patch to r80714 (py3k) and r80715 (3.1). Thank you! ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8593> _______________________________________

Antoine Pitrou <pitrou@free.fr> added the comment: Patch uploaded at http://codereview.appspot.com/979047 ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8593> _______________________________________

Antoine Pitrou <pitrou@free.fr> added the comment: I've applied Eric's and Brian's suggestions and committed the patch to r80714 (py3k) and r80715 (3.1). Thank you! ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8593> _______________________________________
participants (1)
-
Antoine Pitrou