[New-bugs-announce] [issue28986] Docs should say set.update takes iterable

Nick Evans report at bugs.python.org
Fri Dec 16 04:13:52 EST 2016


New submission from Nick Evans:

The docs say that set.update takes *args:

  update(*others)

But actually set.update takes an optional iterable:

  update([iterable])

----------
assignee: docs at python
components: Documentation
messages: 283394
nosy: docs at python, nre3976
priority: normal
severity: normal
status: open
title: Docs should say set.update takes iterable
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28986>
_______________________________________


More information about the New-bugs-announce mailing list