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 python-dev
Recipients benjamin.peterson, eng793, hynek, pitrou, python-dev, stutzbach
Date 2012-09-14.15:34:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3XJLPN39Z2zLw8@mail.python.org>
In-reply-to
Content
New changeset fad797916266 by Antoine Pitrou in branch '3.2':
Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed.
http://hg.python.org/cpython/rev/fad797916266

New changeset 3b0e20f71d8a by Antoine Pitrou in branch 'default':
Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed.
http://hg.python.org/cpython/rev/3b0e20f71d8a
History
Date User Action Args
2012-09-14 15:34:17python-devsetrecipients: + python-dev, pitrou, benjamin.peterson, stutzbach, hynek, eng793
2012-09-14 15:34:17python-devlinkissue15842 messages
2012-09-14 15:34:17python-devcreate