On Mon, 2006-04-17 at 16:08 -0700, Brian Harring wrote: > The issue I'm seeing is that the wart you're pointing at is a general > issue not limited to strings- everyone sooner or later has flattening > code that hits the "recursively iterate over this container, except > for instances of these classes".
I wouldn't want to generalize this, but it is not infrequent that people mistakenly iterate over strings when they want to treat them atomically. difflib not withstanding, and keeping Guido's pronouncement in mind, I do think people want to treat strings atomically much more often then they want to treat them as a sequence of characters. nuff-said-moving-on-ly y'rs, -Barry
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com