Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #83499 > unrolled thread
| Started by | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| First post | 2015-01-10 22:39 +1100 |
| Last post | 2015-01-10 22:39 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
[RELEASE] ‘python-daemon’ version 2.0 released Ben Finney <ben+python@benfinney.id.au> - 2015-01-10 22:39 +1100
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Date | 2015-01-10 22:39 +1100 |
| Subject | [RELEASE] ‘python-daemon’ version 2.0 released |
| Message-ID | <mailman.17562.1420889966.18130.python-list@python.org> |
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 <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 ============================================== * 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 <ben@benfinney.id.au>
Back to top | Article view | comp.lang.python
csiph-web