Contributing py3k port of python-daemon
Ben Finney
ben+python at benfinney.id.au
Fri Mar 2 05:47:50 UTC 2012
On 01-Mar-2012, Aaron Maxwell wrote:
> I'm Aaron Maxwell, technical founder of a startup called Mobile Web Up, and
> longtime Python zealot^Wfan. Most of our software is implemented in Python
> 3.2; for a new daemonic tool, I decided to port python-daemon 1.5.5 to py3k
> rather than use a hand-rolled solution.
Great! It is licensed to all under the GNU GPLv3 or later, so you have the
freedom to do that.
> It's at a state where it can be used in daemons without any obvious
> problems; further, it can run and pass all tests (with one possible
> exception). In the process, I also ported lockfile 0.9.1, and fixed a bug
> in someone else's port of minimock.
Wow, thank you for that work. A port to Python 3 has been part of the plan
since the beginning.
> It'd be wonderful for others to benefit from all this. Are you interested
> in accepting these changes as a contribution, and putting them up on
> pypi?
Yes. The project is maintained in a Bazaar branch; please get your own by:
$ bzr branch --bind http://bzr.debian.org/bzr/python-daemon/python-daemon.devel/
and branch from that to make your local changes. You can then send normal
patches (using ‘bzr diff’).
To be nicer, you can send a Bazaar change bundle with:
$ cd python-daemon.aarons-changes/
$ bzr send --mail-to ben+python at benfinney.id.au ../python-daemon.devel/
You may want to subscribe to the development forum for ‘python-daemon’
<URL:http://lists.alioth.debian.org/mailman/listinfo/python-daemon-devel>.
I am Cc-ing this response there.
Thanks again for your interest in improving ‘python-daemon’.
--
\ “I know you believe you understood what you think I said, but I |
`\ am not sure you realize that what you heard is not what I |
_o__) meant.” —Robert J. McCloskey |
Ben Finney <ben at benfinney.id.au>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/python-daemon-devel/attachments/20120302/ac756e0f/attachment.pgp>
More information about the python-daemon-devel
mailing list