1.5.2 for: else:
Donn Cave
donn at u.washington.edu
Wed Jul 28 16:50:34 EDT 1999
More information about the Python-list mailing list
Wed Jul 28 16:50:34 EDT 1999
- Previous message (by thread): 1.5.2 for: else:
- Next message (by thread): 1.5.2 for: else:
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
wtanksle at dolphin.openprojects.net (William Tanksley) writes: ... | try: | ... | except something: | ... | else: | ... | | The else block here executes iff the except blocks don't execute. Beg to differ - it executes iff the try block executes to completion. Whether an except block executes or not is immaterial. Donn Cave, University Computing Services, University of Washington donn at u.washington.edu
- Previous message (by thread): 1.5.2 for: else:
- Next message (by thread): 1.5.2 for: else:
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list