commit | 39f77bc90e16a6f3fffc7f770bc7bc6bd2c7a0a8 | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Sun Aug 12 21:53:08 2001 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Sun Aug 12 21:53:08 2001 +0000 |
tree | fd3f6e4d3a3c0cd1242d36adb2a2d839f28e935a | |
parent | 910d7d46dce571fa81428718e9be5307a56adeee [diff] |
Modify _Set to support iteration. Otherwise printlist(surprise) will fail with a TypeError, because map is called with an argument that doesn't support iteration.