[New-bugs-announce] [issue2133] a typo in pydoc.py causes modules to be cyan instead of white

Elliott Hughes report at bugs.python.org
Sun Feb 17 20:30:38 CET 2008


New submission from Elliott Hughes:

A typo ('#fffff' instead of '#ffffff') in pydoc.py causes the "Modules"
section to have cyan text instead of white text. I don't believe this is
deliberate because (a) it looks wrong and (b) anyone doing that
deliberately would have put a '0' in the color to make it look
deliberate. This patch doesn't address the large-scale duplication of
'#ffffff' (instead of using a constant, or even the named color
'white'), and just adds the single missing character.

----------
components: Demos and Tools
files: no-cyan-modules.diff.txt
messages: 62501
nosy: elliotth
severity: normal
status: open
title: a typo in pydoc.py causes modules to be cyan instead of white
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file9450/no-cyan-modules.diff.txt

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2133>
__________________________________


More information about the New-bugs-announce mailing list