Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85050
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| 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.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'resulting': 0.04; 'encoding': 0.05; 'source.': 0.07; 'subject:released': 0.07; 'library?': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'release,': 0.09; 'subject:version': 0.09; 'python': 0.11; 'bug': 0.12; 'changes': 0.15; '8bit%:32': 0.16; 'finney': 0.16; 'hierarchy': 0.16; 'preserve': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'url:debian': 0.16; 'fix': 0.17; 'library': 0.18; 'all,': 0.19; 'tests': 0.22; 'header:User-Agent:1': 0.23; 'specify': 0.24; 'versions': 0.24; 'file.': 0.24; 'header:X-Complaints-To:1': 0.27; 'correct': 0.29; 'unix': 0.29; 'exceptions': 0.31; 'operations.': 0.31; 'skip:= 40': 0.31; 'file': 0.32; 'text': 0.33; 'url:python': 0.33; 'addresses': 0.33; 'announce': 0.33; 'problem': 0.35; 'building': 0.35; 'version': 0.36; 'library.': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'implement': 0.38; 'ben': 0.38; 'subject:]': 0.38; 'to:addr:python-list': 0.38; 'previous': 0.38; 'subject:[': 0.39; 'hosted': 0.39; 'reported': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'release': 0.40; 'failures': 0.60; 'problems.': 0.60; 'more': 0.64; 'different': 0.65; 'skip:\xe2 10': 0.65; 'forums': 0.68; 'subjectcharset:utf-8': 0.72; 'captures': 0.84; "project's": 0.84; 'received:125': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Ben Finney <ben+python@benfinney.id.au> |
| Subject | [RELEASE] ‘python-daemon’ version 2.0.5 released |
| Date | Mon, 02 Feb 2015 15:53:13 +1100 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| 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) |
| Cancel-Lock | sha1:548dSk/EQlBo7Exy9jBfUOn/xUI= |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| 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> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.18390.1422852793.18130.python-list@python.org> (permalink) |
| Lines | 41 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1422852793 news.xs4all.nl 2896 [2001:888:2000:d::a6]:33590 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:85050 |
Show key headers only | View raw
Howdy all, I am pleased to announce the release of version 2.0.5 of the ‘python-daemon’ library. The current release is always available at <URL:https://pypi.python.org/pypi/python-daemon/>. The project's forums and VCS are hosted at Alioth <URL:https://alioth.debian.org/projects/python-daemon/>. Significant changes since the previous version ============================================== This is a bug fix release, addressing these bugs: * Specify the text encoding when opening the changelog file. This addresses some reported failures of building the package from source. Thanks to those who reported problems. * Refine compatibility of exceptions for file operations. Different Python versions have drifted the hierarchy location of exceptions resulting from file operations. This release tests more conditions, and captures the correct exceptions more robustly. What is the ‘python-daemon’ library? ==================================== ‘python-daemon’ is a Python library to implement a well-behaved Unix daemon process. -- \ “Institutions will try to preserve the problem to which they | `\ are the solution.” —Clay Shirky, 2012 | _o__) | Ben Finney <ben@benfinney.id.au>
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
[RELEASE] ‘python-daemon’ version 2.0.5 released Ben Finney <ben+python@benfinney.id.au> - 2015-02-02 15:53 +1100
csiph-web