This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients facundobatista, mark.dickinson, rhettinger, serhiy.storchaka, skrah
Date 2015-12-29.18:47:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451414839.76.0.388296594741.issue25971@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2015-12-29 18:47:19serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, facundobatista, mark.dickinson, skrah
2015-12-29 18:47:19serhiy.storchakasetmessageid: <1451414839.76.0.388296594741.issue25971@psf.upfronthosting.co.za>
2015-12-29 18:47:19serhiy.storchakalinkissue25971 messages
2015-12-29 18:47:19serhiy.storchakacreate