[RELEASE] ‘python-daemon’ version 2.0.5 released

Ben Finney ben+python at benfinney.id.au
Mon Feb 2 04:52:52 UTC 2015


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/>.


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



More information about the python-daemon-devel mailing list