[Python-Dev] An issue recently brought up in patch #872326(generator expression) (original) (raw)
Samuele Pedroni pedronis at bluewin.ch
Tue Mar 23 10:15:05 EST 2004
- Previous message: [Python-Dev] An issue recently brought up in patch #872326(generator expression)
- Next message: [Python-Dev] An issue recently brought up in patch #872326(generator expression)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 22:54 22.03.2004 -0500, Tim Peters wrote:
> But I always assumed that the toplevel iterable would be different.
Jiwon's example certainly suggests that it must be. But why <0.7 wink>?
(not that this is deep) It seems, it's only one and also expression in the whole thing that can (not that it should) be naturally computed without starting consuming some iterable.
- Previous message: [Python-Dev] An issue recently brought up in patch #872326(generator expression)
- Next message: [Python-Dev] An issue recently brought up in patch #872326(generator expression)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]