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 Esben.Agerbæk.Black
Recipients Esben.Agerbæk.Black, belopolsky, lemburg, pitrou
Date 2012-04-19.09:27:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334827627.54.0.705307140122.issue14423@psf.upfronthosting.co.za>
In-reply-to
Content
>> 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 :)

Ok so now i only get errors for "_Fast" tests am I correct in assuming that this is because i lack a C implementation?
History
Date User Action Args
2012-04-19 09:27:07Esben.Agerbæk.Blacksetrecipients: + Esben.Agerbæk.Black, lemburg, belopolsky, pitrou
2012-04-19 09:27:07Esben.Agerbæk.Blacksetmessageid: <1334827627.54.0.705307140122.issue14423@psf.upfronthosting.co.za>
2012-04-19 09:27:06Esben.Agerbæk.Blacklinkissue14423 messages
2012-04-19 09:27:06Esben.Agerbæk.Blackcreate