Antoine Pitrou <pit...@free.fr> added the comment:

> 1) Yes I agree, your solution is somewhat more concise, I have corrected
> the code accordingly.
> 2) I get errors for all my test when I build "my" python and run
> "./python.exe -m test.datetimetester -j3"
>     I asume this is because I have yet to implement the c version in
> Modules/_datetimemodule.c
>     is this the correct assumption?

You should probably run "./python.exe -m test -v test_datetime" instead.
Not sure that will fix your test failures, though :)

----------

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

Reply via email to