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 Thayu.R
Recipients Thayu.R, gregory.p.smith
Date 2013-05-23.05:50:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369288223.56.0.538194969888.issue18035@psf.upfronthosting.co.za>
In-reply-to
Content
Just to add:
select.error was made an alias of OSError following PEP 3151 from 3.3 onwards. Up to 3.2, it was a pair containing the error code and the error string.

http://docs.python.org/3.3/library/select.html?highlight=select.error#select.error
History
Date User Action Args
2013-05-23 05:50:23Thayu.Rsetrecipients: + Thayu.R, gregory.p.smith
2013-05-23 05:50:23Thayu.Rsetmessageid: <1369288223.56.0.538194969888.issue18035@psf.upfronthosting.co.za>
2013-05-23 05:50:23Thayu.Rlinkissue18035 messages
2013-05-23 05:50:23Thayu.Rcreate