Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102593
| From | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Daemon strategy |
| Date | 2016-02-06 09:28 -0700 |
| Message-ID | <mailman.48.1454776129.2317.python-list@python.org> (permalink) |
| References | (1 earlier) <85d1sb9eh7.fsf@benfinney.id.au> <CAJ4+4aqwswjy4utNAZdGJPH1it2KZJF757N_GdB_xjyX_wt_gQ@mail.gmail.com> <858u2yah3d.fsf@benfinney.id.au> <CALwzidmJQOQDhJSrBiC1qRHVQJ=ebdr2eQsJfxCea+w6jJ8Zqw@mail.gmail.com> <854mdm9rvx.fsf@benfinney.id.au> |
On Sat, Feb 6, 2016 at 1:15 AM, Ben Finney <ben+python@benfinney.id.au> wrote: > Ian Kelly <ian.g.kelly@gmail.com> writes: > >> Depends on the version: https://en.wikipedia.org/wiki/Windows_Services_for_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 “Operating System :: POSIX” > 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?
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Daemon strategy Ian Kelly <ian.g.kelly@gmail.com> - 2016-02-06 09:28 -0700
csiph-web