Message4104

Author jfenwick
Recipients jfenwick
Date 2009-01-28.21:02:08
SpamBayes Score 3.0485473e-05
Marked as misclassified No
Message-id <1233176533.13.0.896698685953.issue1255@psf.upfronthosting.co.za>
In-reply-to
Content
Example:
>>> foo = __import__('os', '', '', [''], -1)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: str indices must be integers
History
Date User Action Args
2009-01-28 21:02:13jfenwicksetmessageid: <1233176533.13.0.896698685953.issue1255@psf.upfronthosting.co.za>
2009-01-28 21:02:13jfenwicksetrecipients: + jfenwick
2009-01-28 21:02:13jfenwicklinkissue1255 messages
2009-01-28 21:02:12jfenwickcreate