On 5/18/2011 10:19 AM, Nadeem Vawda wrote:

> I'm not sure why you would encounter code like that in the first place.
> Surely any code of the form:
> 
> ''.join(c for c in my_string)
> 
> would just return my_string? Or am I missing something?

You might more-or-less legitimately encounter it if the generator expression
originally contained a condition which got removed.

Skip
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to