Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Ian Kelly Newsgroups: comp.lang.python Subject: Re: Daemon strategy Date: Sat, 6 Feb 2016 09:28:07 -0700 Lines: 19 Message-ID: References: <85d1sb9eh7.fsf@benfinney.id.au> <858u2yah3d.fsf@benfinney.id.au> <854mdm9rvx.fsf@benfinney.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de hRvDoTUTY9gv/pkTiwPvBgPF8eEm6yeq9G5qM+Yh3xyg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:209.85.223': 0.03; 'pypi': 0.07; 'knows?': 0.09; 'supported.': 0.09; 'warn': 0.09; '2016': 0.16; 'cygwin,': 0.16; 'excludes': 0.16; 'posix': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:strategy': 0.16; 'wrote:': 0.16; 'am,': 0.23; 'feb': 0.23; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; 'linux': 0.26; 'mostly': 0.27; 'not.': 0.27; 'least': 0.27; 'message- id:@mail.gmail.com': 0.27; 'url:wikipedia': 0.29; 'url:wiki': 0.30; 'version:': 0.33; 'received:google.com': 0.35; 'clear': 0.35; 'should': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'depends': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'anything': 0.38; 'url:en': 0.39; 'to:addr:python.org': 0.40; 'compliant': 0.66; 'pip': 0.84; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=WShXzcaXZUcESZjs8yZgtkrw2tHC4QiqT+I+y8pob7Y=; b=ew2g8haHi+xNgsxx35mZQEMjCXlB+NowLFWKaHRNt7fvAv/NEYZ2IOCHfUqtmoWzxm zVapp6xo1RbWR9bGd6m9lXEPY70hRWNMPK9nzXsTxBSXeK1+yfdvKPyABF//SAnlAkLm HFEMA0njY1LIFEOnWHoimrE3J+6tr4yP3FPG7NeE7OPmXLV9d3jyz6QxQ2f7++gdkFwX J7A+W93kYKQiTlBWF8BWRuUsKzsSmPvMq4Sz8zZLlSec/MsZrIFeK61gKEdW6rKMAM7L G+r9Ta/qr17AW8SMPXHglbbN7vvY4oJQm3I9pvW4I1A/XE9vRvNO3TVCMZ+75xijEIn+ aQqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=WShXzcaXZUcESZjs8yZgtkrw2tHC4QiqT+I+y8pob7Y=; b=QfDZeXx6xUhBM9HCNf2qpoVUS7uHKHT5IDLti8kG6JKXeDuVX+kC8EilA5XZE+FQkj rXunyDSNBVZojUAmjHjvI6gwRkL4gODXvNFaUT6ss/OoC6sqolG74reLhKCc5fXMRECM DaFGHkqAV0LF5ouePJfJHudfPuZoeDEnqjZfa7TI2Dz/06g8Fu5VECiCDhQGgeGzA+ST 508gSv9MEo5UH7wnhmUGqMkBRG1As+6b8U337hFtRlnw7HIz1D/LqabCy3H1y0cNVYXo PuAxu3tLjHPx5VXtFjU0y0r1qkWWMP9fWiMDWQV2+xiL8cNXxbYogznUUHrNhyIjyNRo BJ4Q== X-Gm-Message-State: AG10YOTy8rdNLgPsOf6t8EuAVYkjHXw/sz7kpCqbj6tyVRX3SnaC1AUILpc4/uydV4N+CqDW0ZtpmGfSvLrysg== X-Received: by 10.107.19.90 with SMTP id b87mr23070822ioj.11.1454776126798; Sat, 06 Feb 2016 08:28:46 -0800 (PST) In-Reply-To: <854mdm9rvx.fsf@benfinney.id.au> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21rc2 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:102593 On Sat, Feb 6, 2016 at 1:15 AM, Ben Finney wro= te: > Ian Kelly writes: > >> Depends on the version: https://en.wikipedia.org/wiki/Windows_Services_f= or_UNIX >> https://en.wikipedia.org/wiki/POSIX#POSIX_for_Windows >> >> Linux and FreeBSD are also not POSIX-certified, even though they >> mostly comply. Should pip warn about those also? > > You're implying that the PyPI trove category =E2=80=9COperating System ::= POSIX=E2=80=9D > includes MS Windows? Or that it excludes Linux and FreeBSD? Or that it's > meaningless? Mostly the latter. At least it's not very clear as to what OSes are sufficiently compliant to be considered supported. Anything that claims POSIX support might work in Cygwin, or it might not. Who knows?