Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102599
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Ben Finney <ben+python@benfinney.id.au> |
| Newsgroups | comp.lang.python |
| Subject | Re: Daemon strategy |
| Date | Sun, 07 Feb 2016 11:07:55 +1100 |
| Lines | 25 |
| Message-ID | <mailman.52.1454803692.2317.python-list@python.org> (permalink) |
| References | <CAJ4+4apHhfYBw33xVsG_dFbf9iEGfiiimh0mHCq=LGo0d96yWg@mail.gmail.com> <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> <CALwzidk65H=eCjgb8yw21YaQ=ZMX5mx548cMR0PQH3JCcE_oAw@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de WOv8LTuXxRaYKOcThQMr9gplU614UGYKVnHyH+hMQq3w== |
| Cancel-Lock | sha1:CjBSI1lcN4Fv6vDpYUWi5Jn3ZHM= |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'pypi': 0.07; 'ignoring': 0.09; 'knows?': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'supported.': 0.09; 'bug': 0.10; '2016': 0.16; 'cygwin,': 0.16; 'excludes': 0.16; 'illogical': 0.16; 'posix': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'subject:strategy': 0.16; 'wrote:': 0.16; 'instance,': 0.18; 'saying': 0.22; 'am,': 0.23; 'defined': 0.23; 'feb': 0.23; 'sat,': 0.23; 'header:User-Agent:1': 0.26; "doesn't": 0.26; 'header:X -Complaints-To:1': 0.26; 'linux': 0.26; 'not.': 0.27; 'least': 0.27; 'argue': 0.29; "i'm": 0.30; 'that.': 0.30; 'useful': 0.33; 'clear': 0.35; 'should': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'anything': 0.38; 'to:addr:python.org': 0.40; 'determine': 0.61; 'information': 0.63; 'compliant': 0.66; 'user,': 0.67; '8bit%:21': 0.70; '_o__)': 0.84; 'mencken': 0.84; 'received:125': 0.84; '\xe2\x80\x94henry': 0.84; 'belief': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | jigong.madmonks.org |
| X-Public-Key-ID | 0xAC128405 |
| X-Public-Key-Fingerprint | 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 |
| X-Public-Key-URL | http://www.benfinney.id.au/contact/bfinney-pubkey.asc |
| X-Post-From | Ben Finney <bignose+hates-spam@benfinney.id.au> |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.21rc2 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:102599 |
Show key headers only | View raw
Ian Kelly <ian.g.kelly@gmail.com> writes: > On Sat, Feb 6, 2016 at 1:15 AM, Ben Finney <ben+python@benfinney.id.au> wrote: > > 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? > > 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? That the category is not perfectly reliable doesn't argue for ignoring it altogether. I'm saying that the information is available to ‘pip’ for it to help the use determine whether the package will be useful to them. And that the user, in this instance, has a good case to report a bug against ‘pip’ requesting that it should do that. -- \ “Faith may be defined briefly as an illogical belief in the | `\ occurrence of the improbable.” —Henry L. Mencken | _o__) | Ben Finney
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Daemon strategy Ben Finney <ben+python@benfinney.id.au> - 2016-02-07 11:07 +1100
csiph-web