From eea0721819e52b66a570a10388aee0ca3b92bab3 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 13 Aug 2009 08:48:13 +0000 Subject: [PATCH] Blocked revisions 73678,73700 via svnmerge ................ r73678 | antoine.pitrou | 2009-06-29 15:54:42 +0200 (Mo, 29 Jun 2009) | 10 lines Merged revisions 73072 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73072 | antoine.pitrou | 2009-05-31 16:20:14 +0200 (dim., 31 mai 2009) | 4 lines Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running regression tests in parallel, shortening the total runtime. ........ ................ r73700 | gregory.p.smith | 2009-06-30 07:33:50 +0200 (Di, 30 Jun 2009) | 3 lines PendingDeprecationWarning -> DeprecationWarning. Both of these were properly documented as being deprecated in 3.1. ................