Ezio Melotti
|
3897a44128
|
Merged revisions 77841 via svnmerge from
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
........
|
2010-08-02 01:33:30 +00:00 |
Brett Cannon
|
43e5ef49b1
|
Deprecate the multifile module as per PEP 4.
|
2008-05-12 03:19:20 +00:00 |
Michael W. Hudson
|
5bf2516807
|
More "noone expected this to run twice"ness removal.
|
2004-08-03 11:14:09 +00:00 |
Neal Norwitz
|
996acf122d
|
Actually run these tests from regrtest.py.
There was no test_main() and the main body was protected
by if __name__ == '__main__' so the test didn't happen
on import either.
|
2003-02-17 14:51:41 +00:00 |
Guido van Rossum
|
bffa52f07f
|
Whitespace normalization (get rid of tabs).
|
2002-09-29 00:25:51 +00:00 |
Martin v. Löwis
|
a6026c6a0f
|
Back out multifile.py 1.19 and 1.20. Fixes #514676.
|
2002-09-22 09:01:08 +00:00 |