[docs] [issue32349] Add detailed return value information for set.intersection function

Raymond Hettinger report at bugs.python.org
Mon Dec 18 03:00:14 EST 2017


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

The implementation detail is not documented because it is not guaranteed.  The behavior has changed over time and other implementation are allowed to do something different.  For example, collections.abc.Set.__and__ has different behavior.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32349>
_______________________________________


More information about the docs mailing list