Comment 2 for bug 113140

Revision history for this message
Enoch (hwexler) wrote :

Alex,

Regarding the representation of general file errors through IntelHexError, I think that is a better "pythonic" style since we lower the complexity of library use and doc.
For example, otherwise the docs should explicitly warn the programmer to catch IOError, OSError, etc.

Thanks, Enoch.