summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_global.py
Commit message (Collapse)AuthorAgeFilesLines
* test_global was broken by some recent checkin. Repairing.Tim Peters2001-03-021-8/+14
|
* Add test case for global stmt at module level.Jeremy Hylton2001-02-281-0/+6
| | | | | Fix test_grammar so that it ignores warning about global stmt at module level in exec.
* Fix filter for SyntaxErrorsJeremy Hylton2001-02-281-4/+4
|
* Whitespace normalization.Tim Peters2001-02-281-1/+0
|
* verify that warnings are issued for bogus uses of globalJeremy Hylton2001-02-281-0/+40