Path: csiph.com!news.mixmin.net!newsreader4.netcologne.de!news.netcologne.de!bcyclone05.am1.xlned.com!bcyclone05.am1.xlned.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@mail.python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'handler': 0.04; 'pypi': 0.07; 'subject:released': 0.07; 'library?': 0.09; 'received:internal': 0.09; 'release,': 0.09; 'specifying': 0.09; 'subject:version': 0.09; 'bug': 0.10; 'python': 0.10; '8bit%:32': 0.16; 'bug:': 0.16; 'classifiers': 0.16; 'gnupg': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:messagingengine.com': 0.16; 'attribute': 0.18; 'all,': 0.20; 'library': 0.20; 'changes': 0.20; 'fix': 0.21; 'specified': 0.23; 'downloaded': 0.24; 'unix': 0.24; 'signed': 0.24; 'header :User-Agent:1': 0.26; 'went': 0.28; 'key,': 0.29; 'wright': 0.29; 'version,': 0.30; 'implement': 0.32; 'addresses': 0.32; 'announce': 0.32; 'url:python': 0.33; '8bit%:25': 0.33; 'file': 0.34; 'previous': 0.34; 'fail': 0.35; 'library.': 0.35; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'received:10': 0.37; 'release': 0.37; 'starting': 0.37; 'received:66': 0.38; 'version': 0.38; 'subject:[': 0.39; 'test': 0.39; 'subject:-': 0.39; 'where': 0.40; 'pleased': 0.64; 'skip:= 30': 0.67; '8bit%:21': 0.70; 'skip:\xe2 10': 0.70; 'subjectcharset:utf-8': 0.71; '_o__)': 0.84; 'received:118': 0.93; 'verified.': 0.93 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=M5XwMUk4SbSpt5fmWNBg/RFOZnc=; b=m0HFC IKo3kA0fvCqMsrO4JqbqcdiZpvVRYsKGzyIiQEeQPICPCBGJus5Z/lFJzaHfWgCO 8dfLZxvYjWwezeDeaw3Fhfs6NK3g67S0SJFIK/TGqVx1nj8uQPEPgEbf0QcPMO5s UvqR127HpcDNCDvMpzuBakdV9IY19qZcyLM8jc= X-Sasl-enc: Lc0Y6KsI1QDWoLwQ0WZweB03zw85eaXJDT/EVn9stUt/ 1440968038 Date: Mon, 31 Aug 2015 06:53:56 +1000 From: Ben Finney To: python-list@mail.python.org Subject: [RELEASE] =?utf-8?Q?=E2=80=98python-daemon?= =?utf-8?B?4oCZ?= version 2.0.6 released MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.23 (2014-03-12) X-Mailman-Approved-At: Sun, 30 Aug 2015 23:55:52 +0200 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 38 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1440971753 news.xs4all.nl 23733 [2001:888:2000:d::a6]:58236 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 4652 X-Received-Body-CRC: 1254433972 Xref: csiph.com comp.lang.python:95779 Howdy all, I am pleased to announce the release of version 2.0.6 of the ‘python-daemon’ library. The current release is always available at . Starting with this version, the uploads to PyPI are signed with my GnuPG key, so the downloaded file can be automatically verified. Significant changes since the previous version ============================================== This is a bug fix release, addressing this bug: * Use current Python concept of “basestring” to test for an attribute name. This addresses a bug in Python 2 where specifying a signal handler by name would fail if the specified name was type ‘str’. The Trove classifiers now also declare the “Development Status” to be “Production/Stable”. What is the ‘python-daemon’ library? ==================================== ‘python-daemon’ is a Python library to implement a well-behaved Unix daemon process. -- \ “One time I went to a drive-in in a cab. The movie cost me | `\ ninety-five dollars.” —Steven Wright | _o__) | Ben Finney