Mark Dickinson <dicki...@gmail.com> added the comment:

Well, it's sort of documented implicitly:  from

http://docs.python.org/c-api/intro.html#exceptions

"In general, when a function encounters an error, it sets an exception, 
discards any object references that it owns, and returns an error indicator.  
If not documented otherwise, this indicator is either NULL or -1, depending on 
the function’s return type."

----------
versions:  -Python 3.1

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

Reply via email to