scoping assertion
Robin Becker
robin at jessikat.demon.co.uk
Thu Jul 8 17:05:28 EDT 1999
More information about the Python-list mailing list
Thu Jul 8 17:05:28 EDT 1999
- Previous message (by thread): scoping assertion
- Next message (by thread): scoping assertion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <19990708211651.A17658 at optiplex.palga.uucp>, Gerrit Holl <gerrit.holl at pobox.com> writes >On Wed, Jul 07, 1999 at 03:36:56PM -0600, Andrew Dalke wrote: >> From: Andrew Dalke <dalke at bioreason.com> >> Subject: Re: scoping assertion >> Date: Wed, 07 Jul 1999 15:36:56 -0600 >> To: python-list at python.org >> >> >> try: >> 1/0 >> except ZeroDivisionError: >> > >isn't the following much easier, faster and readabler? >try: > raise err >except err: > >regards, >Gerrit. > I use try: raise None except: .... -- Robin Becker
- Previous message (by thread): scoping assertion
- Next message (by thread): scoping assertion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list