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 nre3976
Recipients docs@python, nre3976
Date 2016-12-16.09:13:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481879632.81.0.577859496056.issue28986@psf.upfronthosting.co.za>
In-reply-to
Content
The docs say that set.update takes *args:

  update(*others)

But actually set.update takes an optional iterable:

  update([iterable])
History
Date User Action Args
2016-12-16 09:13:52nre3976setrecipients: + nre3976, docs@python
2016-12-16 09:13:52nre3976setmessageid: <1481879632.81.0.577859496056.issue28986@psf.upfronthosting.co.za>
2016-12-16 09:13:52nre3976linkissue28986 messages
2016-12-16 09:13:52nre3976create