]> granicus.if.org Git - python/commit
Sped ._update() method by factoring try/except out of the inner loop.
authorRaymond Hettinger <python@rcn.com>
Wed, 21 Aug 2002 04:12:03 +0000 (04:12 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 21 Aug 2002 04:12:03 +0000 (04:12 +0000)
commit80d21af614038a3163b1def661a5087735865395
tree76969c2cd86f0808cd324b3f0ded55255fcddb84
parent9f87293bf533eb3ac7f770b3bbe1fdf82e7118fb
Sped ._update() method by factoring try/except out of the inner loop.
Lib/sets.py