scoping assertion
Isao AKIYAMA
Isao.Akiyama at unisys.co.jp
Thu Jul 15 06:29:09 EDT 1999
More information about the Python-list mailing list
Thu Jul 15 06:29:09 EDT 1999
- Previous message (by thread): scoping assertion
- Next message (by thread): what is this snack in python library
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I use > try: > raise None > except: > .... Wow! >>> import sys >>> try: raise None .. except: print sys.exc_info() .. (<class exceptions.TypeError at 89a4e0>, <exceptions.TypeError instance at 8cc17 0>, <traceback object at 8cc150>) >>> 'raise None' actually raises a TypeError ;-) Isao AKIYAMA
- Previous message (by thread): scoping assertion
- Next message (by thread): what is this snack in python library
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list