diff options
Diffstat (limited to 'Lib/test/output/test_scope')
-rw-r--r-- | Lib/test/output/test_scope | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_scope b/Lib/test/output/test_scope index fcd4e7a..1a44bb2 100644 --- a/Lib/test/output/test_scope +++ b/Lib/test/output/test_scope @@ -18,3 +18,4 @@ test_scope 17. class and global 18. verify that locals() works 19. var is bound and free in class +20. interaction with trace function |