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 mark.dickinson
Recipients Esben.Agerbæk.Black, belopolsky, lemburg, mark.dickinson, pitrou
Date 2012-04-22.18:53:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335120827.75.0.371192209927.issue14423@psf.upfronthosting.co.za>
In-reply-to
Content
> Ok so now i only get errors for "_Fast" tests
> am I correct in assuming that this is because i lack a C implementation?

If your errors look like the one below, then yes.


======================================================================
ERROR: test_from_iso_week_value_week (test.datetimetester.TestDate_Fast)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/mdickinson/Python/cpython/Lib/test/datetimetester.py", line 1000, in test_from_iso_week_value_week
    self.assertRaises(ValueError, self.theclass.from_iso_week, year,
AttributeError: type object 'datetime.date' has no attribute 'from_iso_week'
History
Date User Action Args
2012-04-22 18:53:47mark.dickinsonsetrecipients: + mark.dickinson, lemburg, belopolsky, pitrou, Esben.Agerbæk.Black
2012-04-22 18:53:47mark.dickinsonsetmessageid: <1335120827.75.0.371192209927.issue14423@psf.upfronthosting.co.za>
2012-04-22 18:53:47mark.dickinsonlinkissue14423 messages
2012-04-22 18:53:47mark.dickinsoncreate