On Sep 20, 6:37 am, "John [H2O]" <[EMAIL PROTECTED]> wrote:
> My routine cannot handle the '*' and it should'nt be returned anyway? :-/
>
> A bug?

Not at all. That's the same behaviour you'll get if you do 'ls EN*'.

In your case, you're asking to match on anything that begins with EN,
a subset of files that -includes- EN*.

Why do you consider this behaviour surprising?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to