"Reinhold Birkenfeld" <[EMAIL PROTECTED]> wrote in 
message news:[EMAIL PROTECTED]

>
> I'll look into it. What about iteration and indexing? Should it support
> "for element in path" or "for char in path" or nothing?

I frankly can't think of a use for iterating over the characters in
the path, but I have a number of programs that check elements,
iterate over them and index them (frequently backwards).

I also like to know the number of elements, which seems to make
sense as len(path). Again, the number of characters in the path seems
to be utterly useless information - at least, I can't imagine a use for
it.

John Roth

>
> Reinhold 

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

Reply via email to