[issue14423] Getting the starting date of iso week from a week number and a year.

Antoine Pitrou report at bugs.python.org
Tue Apr 10 22:58:08 CEST 2012


Antoine Pitrou <pitrou at 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 <report at bugs.python.org>
<http://bugs.python.org/issue14423>
_______________________________________


More information about the Python-bugs-list mailing list