Message157985
| 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 :) |
|