[issue10654] test_datetime fails on Python3.2 windows binary

Hirokazu Yamamoto report at bugs.python.org
Wed Dec 8 20:39:06 CET 2010


Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp> added the comment:

By changing
  from datetime import datetime
to
  from _datetime import datetime
I can see same behavior.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10654>
_______________________________________


More information about the Python-bugs-list mailing list