Message257206
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__). |
|
Date |
User |
Action |
Args |
2015-12-29 18:57:29 | skrah | set | recipients:
+ skrah, rhettinger, facundobatista, mark.dickinson, serhiy.storchaka |
2015-12-29 18:57:29 | skrah | set | messageid: <1451415449.48.0.432790844842.issue25971@psf.upfronthosting.co.za> |
2015-12-29 18:57:29 | skrah | link | issue25971 messages |
2015-12-29 18:57:29 | skrah | create | |
|