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 gregory.p.smith
Recipients gregory.p.smith
Date 2013-05-22.17:36:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369244217.55.0.122247989262.issue18035@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 2.7.3 through 2.7.5 the telnetlib select.poll based implementation assumes that select.error has an errno attribute when handling errors.  it does not.  select.error is not an EnvironmentError derived exception.

http://hg.python.org/cpython/file/85c04fdaa404/Lib/telnetlib.py#l317

i haven't check 3.x yet.
History
Date User Action Args
2013-05-22 17:36:57gregory.p.smithsetrecipients: + gregory.p.smith
2013-05-22 17:36:57gregory.p.smithsetmessageid: <1369244217.55.0.122247989262.issue18035@psf.upfronthosting.co.za>
2013-05-22 17:36:57gregory.p.smithlinkissue18035 messages
2013-05-22 17:36:57gregory.p.smithcreate