Why does the Python os module contain error , an alias for OSError ?
Is there any reason to ever pronounce it os.error ? OSError certainly seems to be more compatible with all other built-in exceptions.
I was hoping os.py shed some light, but sometimes it uses the error and OSError others.
It seems to have an extra name for one of the exceptions, but it survives in Python 3.0. What am I missing?
python
Jon-eric
source share