This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Esben.Agerbæk.Black, belopolsky, lemburg, pitrou
Date 2012-04-10.20:58:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334091156.5371.28.camel@localhost.localdomain>
In-reply-to <CADonfAQqXsU=enAUswfXgj2LOxHDEqypL511j_RCviXv1H=_vQ@mail.gmail.com>
Content
> 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 :)
History
Date User Action Args
2012-04-10 20:58:09pitrousetrecipients: + pitrou, lemburg, belopolsky, Esben.Agerbæk.Black
2012-04-10 20:58:08pitroulinkissue14423 messages
2012-04-10 20:58:08pitroucreate