summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_future1.py
Commit message (Collapse)AuthorAgeFilesLines
* SF #736962, port test_future to unittest, add a bit more coverage, by Walter ↵Neal Norwitz2003-12-131-1/+1
| | | | Dörwald
* Import the nested_scopes feature twice, to exercise the patch introducedFred Drake2001-03-101-1/+3
| | | | | | | to avoid segfaults when more than one feature is named in the future statement. This tests for regression of SF bug #407394.
* Add regression test for future statements. This adds eight files, butJeremy Hylton2001-02-281-0/+9
seven are not tests in their own right; these files are mentioned in regrtest.