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 eli.bendersky
Recipients docs@python, eli.bendersky, eric.araujo, eric.smith, ezio.melotti, georg.brandl
Date 2011-11-12.18:52:14
SpamBayes Score 0.0001466814
Marked as misclassified No
Message-id <1321123935.4.0.082871273641.issue13386@psf.upfronthosting.co.za>
In-reply-to
Content
You should also explicitly specify what happens in several optional but not keyword args are needed. AFAIU the convention is:

   func(arg1, arg2[, opt1, opt2])
History
Date User Action Args
2011-11-12 18:52:15eli.benderskysetrecipients: + eli.bendersky, georg.brandl, eric.smith, ezio.melotti, eric.araujo, docs@python
2011-11-12 18:52:15eli.benderskysetmessageid: <1321123935.4.0.082871273641.issue13386@psf.upfronthosting.co.za>
2011-11-12 18:52:14eli.benderskylinkissue13386 messages
2011-11-12 18:52:14eli.benderskycreate