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 pitrou
Recipients Christophe Simonis, Jerzy.Kozera, Yaniv.Aknin, bda, exarkun, giampaolo.rodola, gregory.p.smith, kchen, neologix, nvetoshkin, pitrou, python-dev, spiv, vstinner
Date 2012-04-08.23:48:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333928564.3367.4.camel@localhost.localdomain>
In-reply-to <1333928323.52.0.929484286867.issue7978@psf.upfronthosting.co.za>
Content
>  To support 3.2 and 2.7:
>  (1) select.error must be caught as in the original patch,
>  (2) e.args[0] must be used - select.error doesn't have 'errno'
> attribute.
> Should I prepare the patch for 3.2 and 2.7?

It shouldn't be necessary, I've just committed fixes.
Thanks for noticing!
History
Date User Action Args
2012-04-08 23:48:12pitrousetrecipients: + pitrou, gregory.p.smith, spiv, exarkun, vstinner, giampaolo.rodola, Christophe Simonis, nvetoshkin, neologix, Yaniv.Aknin, bda, kchen, Jerzy.Kozera, python-dev
2012-04-08 23:48:11pitroulinkissue7978 messages
2012-04-08 23:48:11pitroucreate