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 MLModel
Recipients MLModel, docs@python
Date 2010-08-10.20:50:00
SpamBayes Score 3.2415355e-05
Marked as misclassified No
Message-id <1281473403.13.0.50491902338.issue9562@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation of dict.update says that it "accepts either another dictionary object or an iterable of key/value pairs (as a tuple or other iterable of length two)" The parenthesized phrase is slightly misleading in that it could be interpreted as requiring the argument to be an iterable of length two, whereas the argument should be an iterable of iterables of length 2 (if not a dictionary). Suggest rewriting in the plural:
    (as tuples or other iterables of length two)
History
Date User Action Args
2010-08-10 20:50:03MLModelsetrecipients: + MLModel, docs@python
2010-08-10 20:50:03MLModelsetmessageid: <1281473403.13.0.50491902338.issue9562@psf.upfronthosting.co.za>
2010-08-10 20:50:00MLModellinkissue9562 messages
2010-08-10 20:50:00MLModelcreate