[Python-Dev] Mailbox module - timings and functionality changes
Senthil Kumaran
orsenthil at gmail.com
Tue Jun 29 16:11:20 CEST 2010
On Tue, Jun 29, 2010 at 09:56:11AM -0400, Steve Holden wrote:
> Can someone who is set up to do easily just do a timing of test_mailbox
> under 2.6 and 3.2, to verify they see the same disparity as me? The test
Actually, No.
Python 2.7b2+ (trunk:81685M, Jun 4 2010, 21:52:06)
Ran 274 tests in 27.231s
OK
real 0m27.769s
user 0m1.110s
sys 0m0.440s
Python 3.2a0 (py3k:82364M, Jun 29 2010, 19:37:27
Ran 268 tests in 24.444s
OK
real 0m25.126s
user 0m2.810s
sys 0m0.270s
07:39 PM:senthil@:~/python/py3k
This is under Ubuntu 64 Bit.
Perhaps, the problem you are observing is Windows Only?
--
Senthil
Banectomy, n.:
The removal of bruises on a banana.
-- Rich Hall, "Sniglets"
More information about the Python-Dev
mailing list