]> granicus.if.org Git - python/commit
Issue #1721812: Binary operations and copy operations on set/frozenset
authorRaymond Hettinger <python@rcn.com>
Sun, 16 Nov 2008 11:44:54 +0000 (11:44 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 16 Nov 2008 11:44:54 +0000 (11:44 +0000)
commit7d99f09f89002d9afbf00befd7b2d78f4f9f17d8
tree33150227e0381dea3bd9712c15e56ec0eaf19601
parent4a1f593df5d4733831a1c4f03ca40c701433c43d
Issue #1721812: Binary operations and copy operations on set/frozenset
subclasses need to return the base type, not the subclass itself.
Lib/test/test_set.py
Misc/NEWS
Objects/setobject.c