Re: report #128349

2002-01-08 Thread Danie Roux
On Wed, Jan 09, 2002 at 04:56:40AM +0100, Matthias Klose wrote: > ok, I'm giving up, just wanted to finish the python transition. please > could somebody look at #128349? Apologies for all your trouble. The University network has been down since early December and I've been writing finals before t

report #128349

2002-01-08 Thread Matthias Klose
ok, I'm giving up, just wanted to finish the python transition. please could somebody look at #128349?

Re: Fwd: Re: need help updating imgsizer for python2.1

2002-01-08 Thread Peter S Galbraith
Kim Oldfield <[EMAIL PROTECTED]> wrote: > Some further replies which don't appear to have been copied to you. > > Regards, > Kim dman <[EMAIL PROTECTED]> wrote: > I'd prefer to write this as > > try : > import filecmp as cmp > except ImportError : > import cmp > > It is more pythonic

unsuscribe

2002-01-08 Thread rachel
-- *** * [EMAIL PROTECTED] - Laboratoire de Prehistoire du Lazaret * *33 bis bd Franck Pilatte 06300 Nice tel:04-92-00-17-37/fax:04-92-00-17-39* * Windows a bug's life

Re: need help updating imgsizer for python2.1

2002-01-08 Thread Andrew Bennetts
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

Re: need help updating imgsizer for python2.1

2002-01-08 Thread dman
On Tue, Jan 08, 2002 at 03:12:43PM +1100, Kim Oldfield wrote: | On 8 Jan 2002, Peter S Galbraith typed: | ] I'm the maintainer for imgsizer, | ] | ] http://packages.debian.org/unstable/web/imgsizer.html | ] | ] which used to be a perl script and is | ] now a py