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

Failing doctests in Doc/howto/ #71391

Closed
JelleZijlstra opened this issue Jun 4, 2016 · 3 comments
Closed

Failing doctests in Doc/howto/ #71391

JelleZijlstra opened this issue Jun 4, 2016 · 3 comments
Assignees
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@JelleZijlstra
Copy link
Member

BPO 27204
Nosy @zware, @JelleZijlstra
Files
  • doctests-howto.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 = 'https://github.com/zware'
    closed_at = <Date 2016-08-09.22:05:53.965>
    created_at = <Date 2016-06-04.00:23:33.237>
    labels = ['type-bug', 'docs']
    title = 'Failing doctests in Doc/howto/'
    updated_at = <Date 2016-08-09.22:12:49.290>
    user = 'https://github.com/JelleZijlstra'

    bugs.python.org fields:

    activity = <Date 2016-08-09.22:12:49.290>
    actor = 'zach.ware'
    assignee = 'zach.ware'
    closed = True
    closed_date = <Date 2016-08-09.22:05:53.965>
    closer = 'python-dev'
    components = ['Documentation']
    creation = <Date 2016-06-04.00:23:33.237>
    creator = 'JelleZijlstra'
    dependencies = []
    files = ['43174']
    hgrepos = []
    issue_num = 27204
    keywords = ['patch']
    message_count = 3.0
    messages = ['267198', '272270', '272273']
    nosy_count = 3.0
    nosy_names = ['python-dev', 'zach.ware', 'JelleZijlstra']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue27204'
    versions = ['Python 2.7', 'Python 3.5', 'Python 3.6']

    @JelleZijlstra
    Copy link
    Member Author

    Patch adds some imports, fixes doctests syntax, and skips Py2-only code.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Aug 9, 2016

    New changeset 0eaa05a3db02 by Zachary Ware in branch '2.7':
    Issue bpo-27204: Fix doctests in Doc/howto
    https://hg.python.org/cpython/rev/0eaa05a3db02

    New changeset df92f9856b59 by Zachary Ware in branch '3.5':
    Issue bpo-27204: Fix doctests in Doc/howto
    https://hg.python.org/cpython/rev/df92f9856b59

    New changeset e31597cbf52c by Zachary Ware in branch 'default':
    Closes bpo-27204: Merge with 3.5
    https://hg.python.org/cpython/rev/e31597cbf52c

    @python-dev python-dev mannequin closed this as completed Aug 9, 2016
    @zware
    Copy link
    Member

    zware commented Aug 9, 2016

    Thanks for the patch!

    @zware zware added the docs Documentation in the Doc dir label Aug 9, 2016
    @zware zware self-assigned this Aug 9, 2016
    @zware zware added the type-bug An unexpected behavior, bug, or error label Aug 9, 2016
    @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