[Python-Dev] IO module precisions and exception hierarchy
Michael Foord
fuzzyman at voidspace.org.uk
Tue Sep 29 01:21:50 CEST 2009
More information about the Python-Dev mailing list
Tue Sep 29 01:21:50 CEST 2009
- Previous message: [Python-Dev] IO module precisions and exception hierarchy
- Next message: [Python-Dev] IO module precisions and exception hierarchy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Greg Ewing wrote: > Michael Foord wrote: > >> Well, the file type knows what mode it is opened in so catching these >> errors is really not difficult at all. > > Yes, in this particular case it could do some checking of > its own before making the system call. But this still has > nothing to do with the exception hierarchy. > You said that having an exception hierarchy was impossible because the only information we have is the error number. Some errors could easily be caught. Michael -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog
- Previous message: [Python-Dev] IO module precisions and exception hierarchy
- Next message: [Python-Dev] IO module precisions and exception hierarchy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list