[New-bugs-announce] [issue10654] test_datetime fails on Python3.2 windows binary
Hirokazu Yamamoto
report at bugs.python.org
Wed Dec 8 16:37:32 CET 2010
New submission from Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp>:
I'm not sure why this happens, I can see this on
official python3.2 beta1 windows binary.
C:\Python32>.\python -m test.regrtest test_datetime
[1/1] test_datetime
test test_datetime failed -- Traceback (most recent call last):
File "c:\Python32\lib\test\datetimetester.py", line 1628, in test_computations
self.assertRaises(TypeError, lambda: a+i)
AssertionError: TypeError not raised by <lambda>
1 test failed:
test_datetime
----------
components: Library (Lib), Windows
messages: 123617
nosy: ocean-city
priority: normal
severity: normal
status: open
title: test_datetime fails on Python3.2 windows binary
versions: Python 3.2
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10654>
_______________________________________
More information about the New-bugs-announce
mailing list