Sorry for taking so long to reply.
dman <[EMAIL PROTECTED]> wrote:
> | ] The package currently depends on python1.5. What should it depend on
> | ] when fixed?
> |
> | python
>
> This must be versioned though.
> python >= (2.1) , python << (2.2)
> will get you the current default versio
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
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 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
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 python script. I don't know python. The scripts loads "cmp.py"
The cmp modu
5 matches
Mail list logo