From 680a3e8d44623a4571c85d78e42d3c55f758f6fd Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 29 Aug 2016 09:18:08 +0100 Subject: =?UTF-8?q?daemon:=20Remove=20outdated=20mention=20of=20Python?= =?UTF-8?q?=C2=A03.3.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poezio/daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio') diff --git a/poezio/daemon.py b/poezio/daemon.py index 63db2964..20acfa8a 100755 --- a/poezio/daemon.py +++ b/poezio/daemon.py @@ -35,7 +35,7 @@ class Executor(threading.Thread): can totally fail, we don’t care, and we can start commands without having to wait for them to return. WARNING: Be careful to properly escape what is untrusted by using - pipes.quote (or shlex.quote with python 3.3) for example. + shlex.quote for example. """ def __init__(self, command, remote=False): threading.Thread.__init__(self) -- cgit v1.2.3