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 baikie
Recipients Andrew.Grover, baikie, brian, exarkun, giampaolo.rodola, jackdied, neologix, pitrou, rosslagerwall, synapse, therve, vstinner, wiml
Date 2011-05-29.19:40:25
SpamBayes Score 2.7682412e-11
Marked as misclassified No
Message-id <20110529193953.GA12377@dbwatson.ukfsn.org>
In-reply-to <1306215836.75.0.300504831736.issue6560@psf.upfronthosting.co.za>
Content
On Tue 24 May 2011, Brian May wrote:
> Are there any problems applying the v5 version of the patch to 3.3?

Well, it still works for me, apart from a trivial patch conflict:
I'm attaching a fresh diff (with no changes) against a recent hg
revision.

Antoine did previously question the necessity of all the various
"abstract" mixin classes I used to form unit test fixtures for
different socket types, but the most recent version does, for
instance, use UDPTestBase and TCPTestBase both with and without
the threading and connection-establishing mixins, respectively
(and the replace-existing-classes patch can still be applied to
remove the redundancy with SocketTCPTest, etc.).

Apart from that, I don't know.  Perhaps a review by someone
familiar with the interface would help?

> Also is there any remote chance for a backport to 2.7?

I'd be happy to do one, but I'm pretty sure python.org's 2.x line
is closed to new features.  Perhaps some fork of CPython might be
willing to accept it, though - I don't know.
Files
File name Uploaded
baikie-hwundram-v5-hg.diff baikie, 2011-05-29.19:40:17
History
Date User Action Args
2011-05-29 19:40:27baikiesetrecipients: + baikie, exarkun, pitrou, therve, vstinner, jackdied, giampaolo.rodola, synapse, Andrew.Grover, wiml, neologix, rosslagerwall, brian
2011-05-29 19:40:25baikielinkissue6560 messages
2011-05-29 19:40:25baikiecreate