gabor wrote:

> get an Unicode-exception, as everywhere else. you see, exceptions are 
> ok, i can deal with them.

> p.s: one additional note. if you code expects os.listdir to return 
> unicode, that usually means that all your code uses unicode strings. 
> which in turn means, that those filenames will somehow later interact 
> with unicode strings. which means that that byte-string-filename will 
> probably get auto-converted to unicode at a later point, and that 
> auto-conversion will VERY probably fail

it will raise an exception, most likely.  didn't you just say that 
exceptions were ok?

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to