Antoine Pitrou added the comment:

As for the patch: looks good on the principle. However, 
PyExc_NotImplementedError has no "errno" or "filename", attribute, so you 
shouldn't use PyErr_SetFromErrnoWithFilename. Instead, simply call 
PyErr_SetString.

----------

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

Reply via email to