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

Fix doc of PyUnicode_EncodeLocale #72618

Closed
zhangyangyu opened this issue Oct 13, 2016 · 3 comments
Closed

Fix doc of PyUnicode_EncodeLocale #72618

zhangyangyu opened this issue Oct 13, 2016 · 3 comments
Labels
3.7 (EOL) end of life docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@zhangyangyu
Copy link
Member

BPO 28432
Nosy @orsenthil, @berkerpeksag, @zhangyangyu
Files
  • PyUnicode_EncodeLocale_doc.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 2016-10-16.21:47:21.801>
    created_at = <Date 2016-10-13.17:03:17.870>
    labels = ['type-bug', '3.7', 'docs']
    title = 'Fix doc of PyUnicode_EncodeLocale'
    updated_at = <Date 2016-10-16.21:47:21.732>
    user = 'https://github.com/zhangyangyu'

    bugs.python.org fields:

    activity = <Date 2016-10-16.21:47:21.732>
    actor = 'berker.peksag'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2016-10-16.21:47:21.801>
    closer = 'berker.peksag'
    components = ['Documentation']
    creation = <Date 2016-10-13.17:03:17.870>
    creator = 'xiang.zhang'
    dependencies = []
    files = ['45081']
    hgrepos = []
    issue_num = 28432
    keywords = ['patch']
    message_count = 3.0
    messages = ['278583', '278778', '278779']
    nosy_count = 5.0
    nosy_names = ['orsenthil', 'docs@python', 'python-dev', 'berker.peksag', 'xiang.zhang']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue28432'
    versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']

    @zhangyangyu
    Copy link
    Member Author

    The doc of PyUnicode_EncodeLocale conflicts between signature and content. In content, it should be *unicode* not *str*.

    @zhangyangyu zhangyangyu added the 3.7 (EOL) end of life label Oct 13, 2016
    @zhangyangyu zhangyangyu added the docs Documentation in the Doc dir label Oct 13, 2016
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Oct 16, 2016

    New changeset a4889719e3c2 by Berker Peksag in branch '3.5':
    Issue bpo-28432: Fix first parameter name in PyUnicode_EncodeLocale documentation
    https://hg.python.org/cpython/rev/a4889719e3c2

    New changeset 1fc08c283f8f by Berker Peksag in branch '3.6':
    Issue bpo-28432: Merge from 3.5
    https://hg.python.org/cpython/rev/1fc08c283f8f

    New changeset 767a78aacd29 by Berker Peksag in branch 'default':
    Issue bpo-28432: Merge from 3.6
    https://hg.python.org/cpython/rev/767a78aacd29

    @berkerpeksag
    Copy link
    Member

    Thanks.

    @berkerpeksag berkerpeksag added the type-bug An unexpected behavior, bug, or error label Oct 16, 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
    3.7 (EOL) end of life 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