[Python-Dev] syntax misfeature (exception) (original) (raw)
Neal Becker ndbecker2 at gmail.com
Sat Jan 20 16:25:54 CET 2007
- Previous message: [Python-Dev] Weekly Python Patch/Bug Summary
- Next message: [Python-Dev] syntax misfeature (exception)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I accidentally wrote:
try: ... except a,b:
rather than:
try ... except (a,b):
It appears that the 1st example syntax is silently accepted, but doesn't seem to work. Is this true? If so, I'd say it's a wart.
- Previous message: [Python-Dev] Weekly Python Patch/Bug Summary
- Next message: [Python-Dev] syntax misfeature (exception)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]