[Python-Dev] Breaking bug #411881 into manageable pieces (original) (raw)
David Ascher DavidA@ActiveState.com
Wed, 20 Mar 2002 12:12:52 -0800
- Previous message: [Python-Dev] Breaking bug #411881 into manageable pieces
- Next message: [Python-Dev] Breaking bug #411881 into manageable pieces
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
me:
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: ...
--david
- Previous message: [Python-Dev] Breaking bug #411881 into manageable pieces
- Next message: [Python-Dev] Breaking bug #411881 into manageable pieces
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]