Re: Bug#345638: ITP: python-support -- automated rebuilding support for python modules

2006-01-02 Thread Josselin Mouette
Le lundi 02 janvier 2006 à 14:26 +0100, Josselin Mouette a écrit : > * Package name: python-support > Version : 0.1 > Upstream Author : Josselin Mouette <[EMAIL PROTECTED]> > * URL : None yet > * License : LGPL > Description : automated rebuilding support f

Re: Ending/reducing bytecode compilation, loosening dependencies

2006-01-02 Thread Joe Wreschnig
On Mon, 2006-01-02 at 18:31 +0100, "Martin v. Löwis" wrote: > Joe Wreschnig wrote: > > 1. Stop compiling .pyo files, entirely (I'm hoping for little > > argument on this). > > I agree. > > > How?: compileall.py:57, -cfile = fullname + > > (__debug__ and 'c' or 'o') +

Re: Ending/reducing bytecode compilation, loosening dependencies

2006-01-02 Thread Martin v. Löwis
Joe Wreschnig wrote: > 1. Stop compiling .pyo files, entirely (I'm hoping for little > argument on this). I agree. > How?: compileall.py:57, -cfile = fullname + > (__debug__ and 'c' or 'o') +cfile = fullname + 'c' This is the wrong solution, though. If Python is

Bug#345638: ITP: python-support -- automated rebuilding support for python modules

2006-01-02 Thread Josselin Mouette
Package: wnpp Severity: wishlist Owner: Josselin Mouette <[EMAIL PROTECTED]> * Package name: python-support Version : 0.1 Upstream Author : Josselin Mouette <[EMAIL PROTECTED]> * URL : None yet * License : LGPL Description : automated rebuilding support fo