[New-bugs-announce] [issue6018] Fix the output word from "ok" to "OK" when a testcase passes

Retro report at bugs.python.org
Thu May 14 12:06:42 CEST 2009


New submission from Retro <vinetouu at gmail.com>:

you at localhost:~$ python3 romantest1.py -v
to_roman should give known result with known input ... ok

Better would be:
you at localhost:~$ python3 romantest1.py -v
to_roman should give known result with known input ... OK

Since other words are capitalized, this one should be, too. Please fix that.

----------
components: None
messages: 87732
nosy: Retro
severity: normal
status: open
title: Fix the output word from "ok" to "OK"  when a testcase passes
versions: Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6018>
_______________________________________


More information about the New-bugs-announce mailing list