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 serhiy.storchaka
Recipients docs@python, martin.panter, pitrou, python-dev, r.david.murray, serhiy.storchaka
Date 2015-10-27.09:03:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445936606.63.0.595340037641.issue23391@psf.upfronthosting.co.za>
In-reply-to
Content
There is an outdated comment in Objects/exceptions.c that explains args hacking. It refers to no longer supported syntax:

    except OSError, (errno, strerror):
History
Date User Action Args
2015-10-27 09:03:26serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, r.david.murray, docs@python, python-dev, martin.panter
2015-10-27 09:03:26serhiy.storchakasetmessageid: <1445936606.63.0.595340037641.issue23391@psf.upfronthosting.co.za>
2015-10-27 09:03:26serhiy.storchakalinkissue23391 messages
2015-10-27 09:03:26serhiy.storchakacreate