Terry J. Reedy added the comment:

The reason for the different messages is clear -- there are different internal 
tests (I presume in different functions), each of which raises its own error. 
What do you propose to change?

The only thing I can imagine is that when the bytes converter calls the Python 
int to c long function, it somehow intercepts the error return and rewrites the 
message for consistency. Is this your proposal?

----------
nosy: +terry.reedy

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

Reply via email to