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:
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
New submission from Alberto Bertogli:
TIPC (http://tipc.sf.net) is an open protocol designed for use in
clustered computer environments. It currently has an open source
implementation for Linux (>= 2.6.16), and VxWorks.
The attached patch (against trunk) adds optional Linux-only support
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.
Than
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 docu
Alberto Bertogli added the comment:
On Sun, Jan 06, 2008 at 02:45:35PM -, Alberto Bertogli wrote:
> I'll probably send you the updated patch sometime this week; thanks for
> the ping =)
Here are the three patches, rebased to the SVN commit 59815.
The first one is the same I
Alberto Bertogli added the comment:
On Mon, Jan 07, 2008 at 03:37:54PM -, Christian Heimes wrote:
> The unit tests don't work for me (Ubuntu 7.10, Linux 2.6.22, i386)
>
> >>> srv = socket.socket(socket.AF_TIPC, socket.SOCK_RDM)
> Traceback (most recent call last