summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_multifile.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 77841 via svnmerge fromEzio Melotti2010-08-021-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77841 | ezio.melotti | 2010-01-30 09:22:54 +0200 (Sat, 30 Jan 2010) | 1 line #7092: silence py3k warnings for deprecated modules ........
* Deprecate the multifile module as per PEP 4.Brett Cannon2008-05-121-1/+2
|
* More "noone expected this to run twice"ness removal.Michael W. Hudson2004-08-031-3/+3
|
* Actually run these tests from regrtest.py.Neal Norwitz2003-02-171-2/+2
| | | | | | There was no test_main() and the main body was protected by if __name__ == '__main__' so the test didn't happen on import either.
* Whitespace normalization (get rid of tabs).Guido van Rossum2002-09-291-4/+4
|
* Back out multifile.py 1.19 and 1.20. Fixes #514676.Martin v. Löwis2002-09-221-0/+66