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 ncoghlan
Recipients LambertDW, eric.smith, ezio.melotti, gvanrossum, mark.dickinson, ncoghlan, orsenthil, pitrou, terry.reedy
Date 2009-03-10.09:13:56
SpamBayes Score 7.114463e-05
Marked as misclassified No
Message-id <1236676438.64.0.177887048868.issue5237@psf.upfronthosting.co.za>
In-reply-to
Content
Terry covered how to document the feature in his original description of
the proposal. After the phrase "either the numeric
index of a positional argument, or the name of a keyword argument." in
the docs, add a sentence along the lines of the following:

  "If the index/name is left out for all replacement fields, then the
sequential values 0, 1, ... will be automatically inserted."
History
Date User Action Args
2009-03-10 09:13:58ncoghlansetrecipients: + ncoghlan, gvanrossum, terry.reedy, mark.dickinson, orsenthil, pitrou, eric.smith, LambertDW, ezio.melotti
2009-03-10 09:13:58ncoghlansetmessageid: <1236676438.64.0.177887048868.issue5237@psf.upfronthosting.co.za>
2009-03-10 09:13:56ncoghlanlinkissue5237 messages
2009-03-10 09:13:56ncoghlancreate