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 jszakmeister
Recipients georg.brandl, jszakmeister, ned.deily, ronaldoussoren, sdaoden, vstinner
Date 2011-02-17.00:53:55
SpamBayes Score 4.0012362e-09
Marked as misclassified No
Message-id <1297904038.17.0.561477896766.issue11222@psf.upfronthosting.co.za>
In-reply-to
Content
The patch definitely helps.  However, once I get it installed, there seems to be no time module:
   >>> import time
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
   ImportError: No module named time

So I think there's probably still something not quite right.
History
Date User Action Args
2011-02-17 00:53:58jszakmeistersetrecipients: + jszakmeister, georg.brandl, ronaldoussoren, vstinner, ned.deily, sdaoden
2011-02-17 00:53:58jszakmeistersetmessageid: <1297904038.17.0.561477896766.issue11222@psf.upfronthosting.co.za>
2011-02-17 00:53:55jszakmeisterlinkissue11222 messages
2011-02-17 00:53:55jszakmeistercreate