Reinhold Birkenfeld wrote: > """ > He proposes that > > [x in list if x > 0] > > (which is currently undefined) be exactly equal to: > > [x for x in list if x > 0] > """ > > What about that? But [x in list] means already something. Supporting [x in list if condition] will complicate the parser and will be error-prone if someone remove the condition. It will make more sense to me to support that syntax instead (unless I miss something): [for x in list if x > 0] Regards, Nicolas
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4