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

Doc type: "run_*" instead of "run*" on http://docs.python.org/library/pdb.html #55111

Closed
neaj mannequin opened this issue Jan 14, 2011 · 9 comments
Closed

Doc type: "run_*" instead of "run*" on http://docs.python.org/library/pdb.html #55111

neaj mannequin opened this issue Jan 14, 2011 · 9 comments
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@neaj
Copy link
Mannequin

neaj mannequin commented Jan 14, 2011

BPO 10902
Nosy @birkenfeld, @ncoghlan
Files
  • issue10902.py27.1.patch
  • 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 2011-01-14.08:56:01.988>
    created_at = <Date 2011-01-14.06:04:05.677>
    labels = ['type-bug', 'docs']
    title = 'Doc type: "run_*" instead of "run*" on http://docs.python.org/library/pdb.html'
    updated_at = <Date 2011-01-14.08:56:01.987>
    user = 'https://bugs.python.org/neaj'

    bugs.python.org fields:

    activity = <Date 2011-01-14.08:56:01.987>
    actor = 'eli.bendersky'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2011-01-14.08:56:01.988>
    closer = 'eli.bendersky'
    components = ['Documentation']
    creation = <Date 2011-01-14.06:04:05.677>
    creator = 'neaj'
    dependencies = []
    files = ['20401']
    hgrepos = []
    issue_num = 10902
    keywords = ['patch']
    message_count = 9.0
    messages = ['126231', '126237', '126239', '126240', '126241', '126243', '126244', '126245', '126247']
    nosy_count = 5.0
    nosy_names = ['georg.brandl', 'ncoghlan', 'neaj', 'eli.bendersky', 'docs@python']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'needs patch'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue10902'
    versions = ['Python 2.7']

    @neaj
    Copy link
    Mannequin Author

    neaj mannequin commented Jan 14, 2011

    http://docs.python.org/library/pdb.html states "The run_* functions and set_trace() are aliases" but the functions in question are "run", "runeval" and "runcall": no underscores.

    @neaj neaj mannequin added the performance Performance or resource usage label Jan 14, 2011
    @neaj neaj mannequin assigned docspython Jan 14, 2011
    @neaj neaj mannequin added the docs Documentation in the Doc dir label Jan 14, 2011
    @elibendersky elibendersky mannequin added type-bug An unexpected behavior, bug, or error and removed performance Performance or resource usage labels Jan 14, 2011
    @elibendersky
    Copy link
    Mannequin

    elibendersky mannequin commented Jan 14, 2011

    Here's a patch that fixes it to "run*".
    If it's OK I will commit it and port to py3k where the problem also exists

    @ncoghlan
    Copy link
    Contributor

    Yep, go ahead.

    @elibendersky
    Copy link
    Mannequin

    elibendersky mannequin commented Jan 14, 2011

    Committed to release27-maint r87992

    @birkenfeld
    Copy link
    Member

    That's the wrong way of porting though... py3k first, then 2.7 and 3.1.

    @elibendersky
    Copy link
    Mannequin

    elibendersky mannequin commented Jan 14, 2011

    Committed to py3k r87993

    @ncoghlan
    Copy link
    Contributor

    Ah, true - I forgot svnmerge for 27-maint was based on the py3k branch.

    @elibendersky
    Copy link
    Mannequin

    elibendersky mannequin commented Jan 14, 2011

    Georg, thanks - will keep that in mind. Here I started with 2.7 since this is what the user reported on. I plan to have it committed to all 3 branches today anyhow.

    @elibendersky
    Copy link
    Mannequin

    elibendersky mannequin commented Jan 14, 2011

    Committed to release31 in r87995 (with svnmerge)

    @elibendersky elibendersky mannequin closed this as completed Jan 14, 2011
    @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
    docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants