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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2133>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to