Serhiy Storchaka added the comment:

> Any particular reason for the lower-casing of "Cannot" to "cannot" in the 
> exception messages?

Only for matching current messages in C implementation of 
Decimal.as_integer_ratio(). As well as non-distinguishing positive and negative 
infinities, NaN and sNaN. If this is desirable, exception messages in C 
implementation of Decimal.as_integer_ratio() should be changed too.

----------

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

Reply via email to