MRAB wrote:
Joe Holloway wrote:We recently uplifted our web application to run on Python 2.6.2. We've noticed on a couple occasions that calls into time.strptime have failed with this exception: [2] http://svn.python.org/view?view=rev&revision=59678A simple workaround might be to sleep a short time and then retry.
Can you just import and use time.strptime once before you start the threads? --Scott David Daniels scott.dani...@acm.org -- http://mail.python.org/mailman/listinfo/python-list