Martin v. Löwis wrote:
[...]
>
> This whole discussion is not about whether the start time actually
> matters - it is about whether it is a fact or not that eggs improve
> the startup. Some people said it does, others said it doesn't, and this
> is just the finding-of-facts phase.
>
> Anyway,
>
On Sun, Nov 10, 2002 at 12:55:36PM +0200, Kai Hendry wrote:
> test.py is:
> import re
> p = re.compile('[a-z]+')
> print p
>
> The first error message is from python2.1, python2.2 and last
> python2.3 from SID.
>
> I think this is a serious packaging error, as it works on [GCC 2.96
> 2731 (Re
On Tue, Jan 08, 2002 at 06:51:44AM -0500, dman wrote:
> I'd prefer to write this as
>
> try :
> import filecmp as cmp
> except ImportError :
> import cmp
>
> It is more pythonic to just try to do what it is you want, and handle
> the situation when it fails, than it is do try and figure o
On Thu, Oct 25, 2001 at 12:06:46PM -0400, dman wrote:
> On Thu, Oct 25, 2001 at 04:27:44PM +0200, Danie Roux wrote:
> | On Thu, Oct 25, 2001 at 08:52:46AM -0400, dman wrote:
> | >
> | > I can't seem to find the python bindings to libglade anywhere in
> | > Debian packages.
> |
> | It's python-gl
4 matches
Mail list logo