Debian Python modules team

2006-04-10 Thread Morten Werner Olsen
Hi! First thanks for a great initiative! I would like to maintain my three python packages (forgethtml, forgetsql and ipy) as a part of this team. Can you please add me to the Alioth-project? - Werner -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Con

cdbs to remove *.pyc on clean?

2006-04-10 Thread Peter Eisentraut
I have a question on the bug report #252134 "cdbs: python-distutils.mk should remove .pyc files on clean". It seems that python setup.py clean actually creates a number .pyc files itself, and quite a number of packages therefore have code along the lines of clean:: find . -name '*.pyc'

Re: cdbs to remove *.pyc on clean?

2006-04-10 Thread Alexandre Fayolle
On Mon, Apr 10, 2006 at 06:59:04PM +0200, Peter Eisentraut wrote: > I have a question on the bug report #252134 "cdbs: python-distutils.mk > should remove .pyc files on clean". It seems that python setup.py > clean actually creates a number .pyc files itself, and quite a number > of packages th