Changes between Version 2 and Version 3 of ShortcutSyntaxIdeas
- Timestamp:
- Sep 21, 2005, 11:52:11 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ShortcutSyntaxIdeas
v2 v3 36 36 yield {"header": 'The first 4 primes'} 37 37 }}} 38 39 ''I think this is brilliant, but with a couple of hangups. Firstly, I think returning a single dictionary would make more sense (in most cases) than yielding - although I have no preblem with yield being supported as an alternative. Secondly, why yield single key dictionaries instead of tuple pairs?'' - SimonWillison 38 40 39 41 == Idea 2: Class ==