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 BreamoreBoy
Recipients BreamoreBoy, Viktor.Chynarov, kushal.das, r.david.murray
Date 2012-10-05.16:48:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349455714.11.0.0639038432176.issue16137@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce this on Windows Vista running 2.7.3.  With 3.3.0 I get
>>> faulty_time = time.asctime(initial_struct_time)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: Tuple or struct_time argument required
>>>
History
Date User Action Args
2012-10-05 16:48:34BreamoreBoysetrecipients: + BreamoreBoy, r.david.murray, kushal.das, Viktor.Chynarov
2012-10-05 16:48:34BreamoreBoysetmessageid: <1349455714.11.0.0639038432176.issue16137@psf.upfronthosting.co.za>
2012-10-05 16:48:34BreamoreBoylinkissue16137 messages
2012-10-05 16:48:33BreamoreBoycreate