Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

Hirokazu,

Please rerun the test with a -v flag like this:

C:\Python32>.\python -m test.regrtest -v test_datetime

This should tell us whether the failure comes from C (Fast) implementation or 
Python (Pure) one.  The test in question simply tests that date(y, m, d) + 1 
and datetime(y, m, d) + 1 raise TypeError.  Please see if you can reproduce the 
problem outside of the unit tests.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10654>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to