[Python-3000-checkins] r61196 - in python/branches/py3k: Lib/test/testall.py Misc/NEWS

brett.cannon python-3000-checkins at python.org
Mon Mar 3 04:36:27 CET 2008


Author: brett.cannon
Date: Mon Mar  3 04:36:27 2008
New Revision: 61196

Removed:
   python/branches/py3k/Lib/test/testall.py
Modified:
   python/branches/py3k/Misc/NEWS
Log:
Toss test.testall.


Deleted: /python/branches/py3k/Lib/test/testall.py
==============================================================================
--- /python/branches/py3k/Lib/test/testall.py	Mon Mar  3 04:36:27 2008
+++ (empty file)
@@ -1,4 +0,0 @@
-# Backward compatibility -- you should use regrtest instead of this module.
-import sys, regrtest
-sys.argv[1:] = ["-vv"]
-regrtest.main()

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Mon Mar  3 04:36:27 2008
@@ -463,6 +463,9 @@
 Tests
 -----
 
+- Removed test.testall as test.regrtest replaces it.
+
+
 Documentation
 -------------
 


More information about the Python-3000-checkins mailing list