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 dabrahams, docs@python, pitrou, sandro.tosi
Date 2011-01-01.11:33:44
SpamBayes Score 0.020634862
Marked as misclassified No
Message-id <1293881628.22.0.198995502027.issue8626@psf.upfronthosting.co.za>
In-reply-to
Content
That's interesting: do we have a place where we explain how to read the doc? I mean, a place were we can provide example/explain how we write docs, so f.e.:

  str.rsplit([sep[, maxsplit]])  

is a description for a method that could accept 2 optional arguments, none of them keyargs or

  str.encode(encoding="utf-8", errors="strict")

is a description for a method that could take 2 optional args, and they are also keyargs (yeah, I know it's kinda bad-worded, but just to give the idea).

If you think it's overkill, let's just close this bug (after all, we have all the doc written our way ;)).

Cheers,
Sandro
History
Date User Action Args
2011-01-01 11:33:48sandro.tosisetrecipients: + sandro.tosi, pitrou, docs@python, dabrahams
2011-01-01 11:33:48sandro.tosisetmessageid: <1293881628.22.0.198995502027.issue8626@psf.upfronthosting.co.za>
2011-01-01 11:33:44sandro.tosilinkissue8626 messages
2011-01-01 11:33:44sandro.tosicreate