Re: [systemd-devel] [PATCH] python-systemd: fix is_socket_inet to cope with ports

2015-03-31 Thread Simon Farnsworth
On Tuesday 31 March 2015 13:53:38 Zbigniew Jędrzejewski-Szmek wrote: > On Tue, Mar 31, 2015 at 09:46:40AM +0100, Simon Farnsworth wrote: > > Hello, > > > > We've got the Easter long weekend coming up here in the UK, and I intend to > > spend it away from the compu

Re: [systemd-devel] [PATCH] python-systemd: fix is_socket_inet to cope with ports

2015-03-31 Thread Simon Farnsworth
Hello, We've got the Easter long weekend coming up here in the UK, and I intend to spend it away from the computer. Is there anything I need to fix with this patch to make it acceptable to you? On Wednesday 25 March 2015 17:00:09 Simon Farnsworth wrote: > Just a couple of trivial ov

[systemd-devel] [PATCH] python-systemd: fix is_socket_inet to cope with ports

2015-03-25 Thread Simon Farnsworth
Just a couple of trivial oversights. --- src/python-systemd/_daemon.c | 2 +- src/python-systemd/daemon.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python-systemd/_daemon.c b/src/python-systemd/_daemon.c index 65cfec7..7c5f1b2 100644 --- a/src/python-systemd/_daem