[issue1646] Make socket support TIPC.

2008-01-06 Thread Alberto Bertogli
Alberto Bertogli added the comment: On Sat, Jan 05, 2008 at 10:08:15PM -, Christian Heimes wrote: I'm still waiting for a new patch. Your feature patch has been accepted but I won't commit it without doc updates. I know, but holidays were not the best time to write documentation. I'll

[issue1646] Make socket support TIPC.

2007-12-19 Thread Alberto Bertogli
Alberto Bertogli added the comment: On Tue, Dec 18, 2007 at 07:10:39PM -, Guido van Rossum wrote: Guido van Rossum added the comment: I'm okay with adding this, it doesn't add much code and is properly safeguarded by #ifdefs and has a configure.in patch. Thanks! Is there anything else

[issue1644] Patch submission guidelines outdated

2007-12-17 Thread Alberto Bertogli
New submission from Alberto Bertogli: The FAQ section 5.4, How to submit a patch?, points to http://www.python.org/patches/, which looks really outdated (plus the sf page seems to be restricted to members only). Thanks, Alberto -- components: Documentation messages: 58719 nosy

[issue1645] Fix socketmodule.c:sock_recvfrom_guts() comment.

2007-12-17 Thread Alberto Bertogli
New submission from Alberto Bertogli: The comment above sock_recvfrom_guts() was copied from sock_recv_guts() and referenced recv() and recv_into() when it should be talking about recvfrom() and recvfrom_into(). The attached patch (against trunk) fixes it. -- components: Library (Lib