[issue4922] set.add and set.discard are not conformant to collections.MutableSet interface

Raymond Hettinger report at bugs.python.org
Tue Jan 13 10:09:52 CET 2009


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

The comments were incorrect.
Mutating methods always return None.
Fixed in r68570.
Needs to be ported to 2.6, 3.0, and 3.1.

----------
assignee: rhettinger -> georg.brandl
keywords: +26backport
nosy: +georg.brandl
resolution:  -> fixed
versions: +Python 2.7, Python 3.0, Python 3.1

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


More information about the Python-bugs-list mailing list