[issue20063] Docs imply that set does not support .pop() method

R. David Murray report at bugs.python.org
Tue Dec 24 17:12:04 CET 2013


R. David Murray added the comment:

Well, set supporting it is irrelevant to that section, which is about mutable sequence types.  However, bytearray also supports pop, so I think perhaps that sentence should just be deleted.  The whole footnote is gone in the Python3. docs.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list