commit | d3077402c72611fd91f5b55774343654f09de399 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sun Aug 12 05:24:18 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Sun Aug 12 05:24:18 2001 +0000 |
tree | a0bdebfa9ae364e5b91a66fd4f476ac3939ac70d | |
parent | 8e24818cf4919bb7caff7b12a4d7520865c3f0ce [diff] |
- Expand test for dynamic objects. - Remove various 'global' directives and move some global definitions inside the test functions that use them -- we have nested scopes so the old hacks using globals are no longer needed.