[issue6267] Cumulative patcc:h to http and xmlrpc

Amaury Forgeot d'Arc report at bugs.python.org
Fri Jul 3 16:16:28 CEST 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

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.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6267>
_______________________________________


More information about the Python-bugs-list mailing list