Re: MBF: embedded copies of Python modules

2009-11-09 Thread Tollef Fog Heen
reasons why you should be careful when designing APIs. -- Tollef Fog Heen UNIX is user friendly, it's just picky about who its friends are -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: dependencies of non-module packages

2002-09-11 Thread Tollef Fog Heen
* (Donovan Baarda) | On Sun, Sep 08, 2002 at 02:49:24PM +0200, Tollef Fog Heen wrote: | > Those scripts get a parameter saying which emacsen which is being | > installed, so they can decide whether they work with that version or | > not. | | If they don't work with that version,

Re: dependencies of non-module packages

2002-09-08 Thread Tollef Fog Heen
* Graham Wilson | On Sun, Sep 01, 2002 at 09:08:36AM +0200, Tollef Fog Heen wrote: | > Until dpkg supports triggers, I think what the emacsen does it the | > most sane -- I'd be really, really happy if python modules/apps were | | what do the emacsen do? Each package provides a s

Re: dependencies of non-module packages

2002-09-01 Thread Tollef Fog Heen
macsen does it the most sane -- I'd be really, really happy if python modules/apps were done in the same way. :) -- Tollef Fog Heen,''`. UNIX is user friendly, it's just picky about who its friends are : :' : `. `' `-

Re: Packaging, supporting both 2.1 and 2.2

2002-05-25 Thread Tollef Fog Heen
ys; print sys.version[:3]' does the same (but will break ifwhen minor or major gets bigger than 9. pythonc -c 'import sys; print "%d.%d" % (sys.version_info[:2])' should be fine and a lot more readable. -- Tollef Fog Heen

Re: Bug#128957: *.py[co] files are architecture independent

2002-01-18 Thread Tollef Fog Heen
is will cause performance degradation, if you experince this problem a "dpkg-reconfigure mailman" will fix this problem. I am sorry, but there is no better way until Debian's Python policy is fixed. so, I am also closing your bug with the next upload. -- Tollef Fog Heen, mailman mai