Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #95779 > unrolled thread

[RELEASE] ‘python-daemon’ version 2.0.6 released

Started byBen Finney <ben+python@benfinney.id.au>
First post2015-08-31 06:53 +1000
Last post2015-08-31 06:53 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  [RELEASE] ‘python-daemon’ version 2.0.6 released Ben Finney <ben+python@benfinney.id.au> - 2015-08-31 06:53 +1000

#95779 — [RELEASE] ‘python-daemon’ version 2.0.6 released

FromBen Finney <ben+python@benfinney.id.au>
Date2015-08-31 06:53 +1000
Subject[RELEASE] ‘python-daemon’ version 2.0.6 released
Message-ID<mailman.3.1440971753.23514.python-list@python.org>
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
<URL:https://pypi.python.org/pypi/python-daemon/>.

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 <ben@benfinney.id.au>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web