Am 12.10.2011 19:33, schrieb Steven D'Aprano: > Aside: > > I'm astonished to see that range objects have a count method! What's the > purpose of that? Any value's count will either be 0 or 1 A method that works on any Sequence doesn't know that. Georg