[Python-Dev] "as" mania
Georg Brandl
g.brandl at gmx.net
Tue Mar 7 15:15:42 CET 2006
More information about the Python-Dev mailing list
Tue Mar 7 15:15:42 CET 2006
- Previous message: [Python-Dev] how about adding ping's uuid module to the standard lib ?
- Next message: [Python-Dev] "as" mania
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
while "as" is being made a keyword, I remembered parallels between "with"
and a proposal made some time ago:
with expr as f:
do something with f
while expr as f:
do something with f
if expr as f:
do something with f
elif expr as f:
do something else with f
What do you think?
Georg
- Previous message: [Python-Dev] how about adding ping's uuid module to the standard lib ?
- Next message: [Python-Dev] "as" mania
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list