summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_future2.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-1/+1
| | | | | * all calls to functions in the string module (except maketrans) * everything from stropmodule except for maketrans() which is still used
* SF #736962, port test_future to unittest, add a bit more coverage, by Walter ↵Neal Norwitz2003-12-131-1/+1
| | | | Dörwald
* Add regression test for future statements. This adds eight files, butJeremy Hylton2001-02-281-0/+10
seven are not tests in their own right; these files are mentioned in regrtest.