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 scott.dial
Recipients barry, benjamin.peterson, janssen, kevinwatters, ncoghlan, r.david.murray, rhettinger, rmore, rtucker, scott.dial
Date 2009-12-09.17:26:48
SpamBayes Score 2.6816806e-06
Marked as misclassified No
Message-id <1260379611.27.0.258957295931.issue5949@psf.upfronthosting.co.za>
In-reply-to
Content
I have attached a proper backport for the 2.6 maintenance branch. There
were some features (not bugfixes) of the trunk that the tests depended
on, which are not backported.

However, the tests still hang, because there are changes to
SocketServer.py that were not backported to 2.6. The changes are needed
to properly call close() on the underlying socket of the SecureTCPServer
and thus trigger the EOF. To avoid the backporting of bits in
SocketServer, I hacked the necessary bits into this version of the tests.
History
Date User Action Args
2009-12-09 17:26:51scott.dialsetrecipients: + scott.dial, barry, rhettinger, ncoghlan, janssen, kevinwatters, benjamin.peterson, r.david.murray, rmore, rtucker
2009-12-09 17:26:51scott.dialsetmessageid: <1260379611.27.0.258957295931.issue5949@psf.upfronthosting.co.za>
2009-12-09 17:26:49scott.diallinkissue5949 messages
2009-12-09 17:26:49scott.dialcreate