A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2008-March/077716.html below:

[Python-Dev] New/Old class exception pitfall

[Python-Dev] New/Old class exception pitfall [Python-Dev] New/Old class exception pitfallOleg Broytmann phd at phd.pp.ru
Tue Mar 18 00:26:02 CET 2008
On Mon, Mar 17, 2008 at 07:18:25PM -0400, Alexander Belopolsky wrote:
> I don't have my PowerBook here,  but I am sure I've seen in on Mac OS
> too.  Only new-style class behavior is problematic.  The following
> code prints 'b' for me:
> 
> __metaclass__ = type

   Ah, yes - with this addition it prints 'b'.

> class x:
>     pass
> class y(x):
>     pass
> try:
>     raise y
> except y:
>     print "a"
> except:
>     print "b"

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4