Message 189849 - Python tracker (original) (raw)
Message189849
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:23 | Thayu.R | set | recipients: + Thayu.R, gregory.p.smith |
2013-05-23 05:50:23 | Thayu.R | set | messageid: 1369288223.56.0.538194969888.issue18035@psf.upfronthosting.co.za |
2013-05-23 05:50:23 | Thayu.R | link | issue18035 messages |
2013-05-23 05:50:23 | Thayu.R | create |