[Python-Dev] WindowsError repr (original) (raw)
Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Tue, 15 Aug 2000 07:33:03 +0200
- Previous message: [Python-Dev] WindowsError repr
- Next message: [Python-Dev] Re: [Python-checkins] CVS: python/nondist/peps pep-0200.txt,1.7,1.8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
mark wrote:
AGAIN - I stress - catching "OSError" or "os.error" will continue to work, as WindowsError derives from OSError. It just worries me that people will start explicitly catching "WindowsError", regardless of whatever documentation we might write on the subject.
Does anyone see this as a problem?
I've seen bigger problems -- but I think it's a problem.
any reason you cannot just use a plain OSError? is the extra "this is not a generic OSError" information bit actually used by anyone?
- Previous message: [Python-Dev] WindowsError repr
- Next message: [Python-Dev] Re: [Python-checkins] CVS: python/nondist/peps pep-0200.txt,1.7,1.8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]