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 skrah
Recipients facundobatista, mark.dickinson, rhettinger, serhiy.storchaka, skrah
Date 2015-12-29.18:57:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451415449.48.0.432790844842.issue25971@psf.upfronthosting.co.za>
In-reply-to
Content
Both versions are fine with me. The lowercase "cannot do ..." is more
pervasive in the source tree:

$ grep -R '"cannot' | wc -l
293
$ grep -R '"Cannot' | wc -l
150


If we change it, let's change all occurrences in _pydecimal and
_decimal/docstrings.h to uppercase (e.g. in __floor__, __round__,
__ceil__).
History
Date User Action Args
2015-12-29 18:57:29skrahsetrecipients: + skrah, rhettinger, facundobatista, mark.dickinson, serhiy.storchaka
2015-12-29 18:57:29skrahsetmessageid: <1451415449.48.0.432790844842.issue25971@psf.upfronthosting.co.za>
2015-12-29 18:57:29skrahlinkissue25971 messages
2015-12-29 18:57:29skrahcreate