]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
_update(): Commented the new obscurity. Materialized into a tuple
authorTim Peters <tim.peters@gmail.com>
Fri, 8 Nov 2002 05:26:52 +0000 (05:26 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 8 Nov 2002 05:26:52 +0000 (05:26 +0000)
commit0ec1ddcdcfaef4a4525f3f8a26d59804deef767d
tree56d9ce81c2dae53745de50806d1c78afd6f25620
parent1eb1fb814b4d5ea12dcffd18bb132a1313a48ccf
_update():  Commented the new obscurity.  Materialized into a tuple
instead of into a list for a bit of speed/space savings.  Reopened the
bug report too (628246), as I'm unclear on why we don't sort out the
cause of the TypeError instead.
Lib/sets.py