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/2002-March/021504.html below:

[Python-Dev] Breaking bug #411881 into manageable pieces

[Python-Dev] Breaking bug #411881 into manageable pieces [Python-Dev] Breaking bug #411881 into manageable piecesFredrik Lundh fredrik@pythonware.com
Wed, 20 Mar 2002 21:27:18 +0100
> you:
> 
> > Makes me wonder if it makes sense to move KeyboardInterrupt up the
> > hierarchy and promote the use of StandardError...
> 
> which is pretty silly until we have a statement like:
> 
> try:
> ...
> except not StandardError:
>     raise
> finally:
> ...
> 

umm.  how's that different from

    try:
        ...
    except StandardError:
        pass

</F>




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