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 gvanrossum
Recipients christian.heimes, gvanrossum, tonylownds
Date 2007-08-27.17:45:27
SpamBayes Score 0.38607517
Marked as misclassified No
Message-id <1188236727.88.0.065203622162.issue1771364@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks!!

Committed revision 57564.

SocketIO was recently moved to socket.py because that's the only place
that uses it.  So I've removed it from io.__all__.

The only other change I applied was related to the isatty check -- you
accidentally changed things so that buffering would *always* be set to 1
if raw.isatty is true. The intention was for this to affect the default
only.
History
Date User Action Args
2007-08-27 17:45:28gvanrossumsetspambayes_score: 0.386075 -> 0.38607517
recipients: + gvanrossum, tonylownds, christian.heimes
2007-08-27 17:45:27gvanrossumsetspambayes_score: 0.386075 -> 0.386075
messageid: <1188236727.88.0.065203622162.issue1771364@psf.upfronthosting.co.za>
2007-08-27 17:45:27gvanrossumlinkissue1771364 messages
2007-08-27 17:45:27gvanrossumcreate