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 anacrolix
Recipients anacrolix, giampaolo.rodola, jcea, pitrou, stutzbach, vstinner
Date 2012-03-15.17:08:53
SpamBayes Score 0.0437329
Marked as misclassified No
Message-id <1331831334.59.0.215068720749.issue13872@psf.upfronthosting.co.za>
In-reply-to
Content
Yes it should.

A cursory glance shows that __repr__ returns incorrect if _closed is not marked, and an unnecessary mop-up call to socket.close is avoided.
History
Date User Action Args
2012-03-15 17:08:54anacrolixsetrecipients: + anacrolix, jcea, pitrou, vstinner, giampaolo.rodola, stutzbach
2012-03-15 17:08:54anacrolixsetmessageid: <1331831334.59.0.215068720749.issue13872@psf.upfronthosting.co.za>
2012-03-15 17:08:54anacrolixlinkissue13872 messages
2012-03-15 17:08:53anacrolixcreate