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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, kristjan.jonsson, loewis, r.david.murray, terry.reedy
Date 2009-07-03.14:16:26
SpamBayes Score 0.00069542363
Marked as misclassified No
Message-id <1246630588.31.0.900630038668.issue6267@psf.upfronthosting.co.za>
In-reply-to
Content
The port to py3k has an error, see
http://mail.python.org/pipermail/python-checkins/2009-July/084734.html

Indexing is no more allowed on exception objects. it may be replaced
with e.args[0], or better, with e.errno.
History
Date User Action Args
2009-07-03 14:16:28amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, terry.reedy, kristjan.jonsson, r.david.murray
2009-07-03 14:16:28amaury.forgeotdarcsetmessageid: <1246630588.31.0.900630038668.issue6267@psf.upfronthosting.co.za>
2009-07-03 14:16:26amaury.forgeotdarclinkissue6267 messages
2009-07-03 14:16:26amaury.forgeotdarccreate