[issue21974] Typo in "Set" in PEP 289

Raymond Hettinger report at bugs.python.org
Mon Jul 14 02:37:52 CEST 2014


Raymond Hettinger added the comment:

To modern eyes, that might look like a typo, but it is correct.  It refers to the Set() class in the sets.py module, the pure python implementation of sets which pre-dates the c-implementation of the set() built-in type.

----------
nosy: +rhettinger
resolution:  -> not a bug
status: open -> closed

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


More information about the Python-bugs-list mailing list