Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a typo in pydoc.py causes modules to be cyan instead of white #46386

Closed
elliotth mannequin opened this issue Feb 17, 2008 · 2 comments
Closed

a typo in pydoc.py causes modules to be cyan instead of white #46386

elliotth mannequin opened this issue Feb 17, 2008 · 2 comments
Labels
type-bug An unexpected behavior, bug, or error

Comments

@elliotth
Copy link
Mannequin

elliotth mannequin commented Feb 17, 2008

BPO 2133
Nosy @birkenfeld
Files
  • no-cyan-modules.diff.txt: diff -u against svn trunk
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2008-02-17.21:19:11.768>
    created_at = <Date 2008-02-17.19:30:37.518>
    labels = ['type-bug']
    title = 'a typo in pydoc.py causes modules to be cyan instead of white'
    updated_at = <Date 2008-02-17.21:19:11.707>
    user = 'https://bugs.python.org/elliotth'

    bugs.python.org fields:

    activity = <Date 2008-02-17.21:19:11.707>
    actor = 'georg.brandl'
    assignee = 'none'
    closed = True
    closed_date = <Date 2008-02-17.21:19:11.768>
    closer = 'georg.brandl'
    components = ['Demos and Tools']
    creation = <Date 2008-02-17.19:30:37.518>
    creator = 'elliotth'
    dependencies = []
    files = ['9450']
    hgrepos = []
    issue_num = 2133
    keywords = []
    message_count = 2.0
    messages = ['62501', '62505']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'elliotth']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue2133'
    versions = ['Python 2.6']

    @elliotth
    Copy link
    Mannequin Author

    elliotth mannequin commented Feb 17, 2008

    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.

    @elliotth elliotth mannequin added the type-bug An unexpected behavior, bug, or error label Feb 17, 2008
    @birkenfeld
    Copy link
    Member

    Fixed in r60883. Thanks!

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant