Return-Path: 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; 'url:pypi': 0.03; 'base.': 0.05; 'explicit': 0.07; 'subject:released': 0.07; 'versions.': 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; 'subject:version': 0.09; 'python': 0.11; '2.7': 0.14; 'changes': 0.15; '8bit%:32': 0.16; 'constitutes': 0.16; 'finney': 0.16; 'later)': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'url:debian': 0.16; 'code.': 0.18; 'library': 0.18; 'all,': 0.19; 'code,': 0.22; 'header:User-Agent:1': 0.23; 'earlier': 0.24; '2.0': 0.26; 'header:X-Complaints-To:1': 0.27; 'unix': 0.29; 'code': 0.31; '3.2': 0.31; 'men': 0.31; 'skip:= 40': 0.31; 'url:python': 0.33; 'announce': 0.33; 'packaging': 0.33; 'test': 0.35; 'add': 0.35; 'version': 0.36; 'coverage': 0.36; 'library.': 0.36; 'url:org': 0.36; 'unit': 0.37; 'implement': 0.38; 'ben': 0.38; 'subject:]': 0.38; 'to:addr:python-list': 0.38; 'previous': 0.38; 'subject:[': 0.39; 'hosted': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'major': 0.40; 'release': 0.40; 'greatest': 0.60; 'most': 0.60; 'full': 0.61; 'skip:\xe2 10': 0.65; 'forums': 0.68; 'subjectcharset:utf-8': 0.72; 'carefully': 0.74; '2.7.': 0.84; 'belief': 0.84; "project's": 0.84; 'received:125': 0.84; 'drops': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ben Finney Subject: [RELEASE] =?utf-8?Q?=E2=80=98python-daemon=E2=80=99?= version 2.0 released Date: Sat, 10 Jan 2015 22:39:21 +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 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) Cancel-Lock: sha1:ZWh2T9MAIVuiSz3wCVvYxw+NsLM= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 41 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1420889966 news.xs4all.nl 2969 [2001:888:2000:d::a6]:43142 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!usenet.pasdenom.info!bete-des-vosges.org!feed.ac-versailles.fr!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Xref: csiph.com comp.lang.python:83499 Howdy all, I am pleased to announce the release of version 2.0 of the ‘python-daemon’ library. The current release is always available at . The project's forums and VCS are hosted at Alioth . Significant changes since the previous version ============================================== * Supports Python 2 (version 2.7 or later) and Python 3 (version 3.2 or later) with the same code base. This version drops support for Python earlier than Python 2.7. This constitutes a major re-write of large parts of the test suite, packaging code, and library code. Please test carefully and report any regressions from earlier versions. * Full unit test coverage of all code branches. * Add explicit credit for contributors. What is the ‘python-daemon’ library? ==================================== ‘python-daemon’ is a Python library to implement a well-behaved Unix daemon process. -- \ “Capitalism is the astounding belief that the most wickedest of | `\ men will do the most wickedest of things for the greatest good | _o__) of everyone.” —John Maynard Keynes | Ben Finney