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 rogererens
Recipients docs@python, r.david.murray, rogererens, sean.rodman
Date 2014-02-16.21:37:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392586639.56.0.160450395296.issue20628@psf.upfronthosting.co.za>
In-reply-to
Content
I did not fully realize the meaning of it being a sequence as it is referred to a little later indeed. Which implies both a tuple and a list can be used, right? So then the patch might look like:

+   The *fieldnames* parameter is a list or tuple of keys used for the dict.
History
Date User Action Args
2014-02-16 21:37:19rogererenssetrecipients: + rogererens, r.david.murray, docs@python, sean.rodman
2014-02-16 21:37:19rogererenssetmessageid: <1392586639.56.0.160450395296.issue20628@psf.upfronthosting.co.za>
2014-02-16 21:37:19rogererenslinkissue20628 messages
2014-02-16 21:37:19rogererenscreate