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-06-05.19:55:41
SpamBayes Score 9.6619566e-08
Marked as misclassified No
Message-id <20110605195325.GA12959@dbwatson.ukfsn.org>
In-reply-to <1306811332.95.0.283776934259.issue6560@psf.upfronthosting.co.za>
Content
On Tue 31 May 2011, Brian May wrote:
> Also had a half-hearted attempt at porting to Python 2.7, but
> didn't get past compiling, the code requires BEGIN_SELECT_LOOP
> and END_SELECT_LOOP macros that aren't defined in Python 2.7 -
> I tried copying the definitions from Python 3.3, but that
> didn't work either. Not sure if it is worth the effort if
> Python 2.7 is closed to new features.

Well, if it's any use to anyone, here is a backport to 2.x (the
*_SELECT_LOOP macros aren't important, and it's otherwise
straightforward).

Also attaching a new 3.x patch which fixes some deprecated markup
in the docs and adds the send/recvmsg() methods to
test_wrapped_unconnected() in test_ssl.py.
Files
File name Uploaded
baikie-hwundram-v6-for-2.x.diff baikie, 2011-06-05.19:55:40
baikie-hwundram-v6.diff baikie, 2011-06-05.19:55:31
History
Date User Action Args
2011-06-05 19:55:47baikiesetrecipients: + baikie, exarkun, pitrou, therve, vstinner, jackdied, giampaolo.rodola, synapse, Andrew.Grover, wiml, neologix, rosslagerwall, brian
2011-06-05 19:55:45baikielinkissue6560 messages
2011-06-05 19:55:41baikiecreate