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 christian.heimes
Recipients christian.heimes, sbt, serhiy.storchaka, socketpair
Date 2013-07-04.18:54:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372964043.04.0.661858578314.issue18329@psf.upfronthosting.co.za>
In-reply-to
Content
There is little bit more to it. A comment in the class' body describes the reason for SockteIO:

    # One might wonder why not let FileIO do the job instead.  There are two
    # main reasons why FileIO is not adapted:
    # - it wouldn't work under Windows (where you can't used read() and
    #   write() on a socket handle)
    # - it wouldn't work with socket timeouts (FileIO would ignore the
    #   timeout and consider the socket non-blocking)
History
Date User Action Args
2013-07-04 18:54:03christian.heimessetrecipients: + christian.heimes, socketpair, sbt, serhiy.storchaka
2013-07-04 18:54:03christian.heimessetmessageid: <1372964043.04.0.661858578314.issue18329@psf.upfronthosting.co.za>
2013-07-04 18:54:03christian.heimeslinkissue18329 messages
2013-07-04 18:54:02christian.heimescreate