STINNER Victor added the comment:

The family of "PyErr_SetExcFrom..." functions was used when there were various 
kind of exceptions: select.error, mmap.error, OSError, IOError, socket.error, 
etc. The "PEP 3151: Reworking the OS and IO exception hierarchy" has been 
implemented in Python 3.3. I'm not sure that we need such function anymore, a 
function always raising OSError is probably enough:

"PyErr_SetExcFromWindowsErrWithFilenameObjects" name should be just 
"PyErr_SetFromWindowsErrWithFilenames". I hate such long names :-(

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20517>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to