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

Correct docs for default access argument for DeleteKeyEx #64500

Closed
jfoo mannequin opened this issue Jan 19, 2014 · 3 comments
Closed

Correct docs for default access argument for DeleteKeyEx #64500

jfoo mannequin opened this issue Jan 19, 2014 · 3 comments
Assignees
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@jfoo
Copy link
Mannequin

jfoo mannequin commented Jan 19, 2014

BPO 20301
Nosy @tjguk, @briancurtin, @zware
Files
  • winreg.DeleteKeyEx.docs.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 2014-01-21.19:51:05.397>
    created_at = <Date 2014-01-19.08:06:03.200>
    labels = ['type-feature', 'docs']
    title = 'Correct docs for default access argument for DeleteKeyEx'
    updated_at = <Date 2014-01-21.19:51:05.396>
    user = 'https://bugs.python.org/jfoo'

    bugs.python.org fields:

    activity = <Date 2014-01-21.19:51:05.396>
    actor = 'zach.ware'
    assignee = 'zach.ware'
    closed = True
    closed_date = <Date 2014-01-21.19:51:05.397>
    closer = 'zach.ware'
    components = ['Documentation']
    creation = <Date 2014-01-19.08:06:03.200>
    creator = 'jfoo'
    dependencies = []
    files = ['33544']
    hgrepos = []
    issue_num = 20301
    keywords = ['patch']
    message_count = 3.0
    messages = ['208462', '208690', '208691']
    nosy_count = 6.0
    nosy_names = ['tim.golden', 'brian.curtin', 'docs@python', 'python-dev', 'zach.ware', 'jfoo']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue20301'
    versions = ['Python 3.3', 'Python 3.4']

    @jfoo
    Copy link
    Mannequin Author

    jfoo mannequin commented Jan 19, 2014

    The default access for winreg.DeleteKeyEx is winreg.KEY_WOW64_64KEY (as per the function signature). This the documentation for Python 2.7 has this correct.

    Reference: http://hg.python.org/cpython/file/2e32462e4832/PC/winreg.c#l1089

    @jfoo jfoo mannequin assigned docspython Jan 19, 2014
    @jfoo jfoo mannequin added the docs Documentation in the Doc dir label Jan 19, 2014
    @ezio-melotti ezio-melotti added the type-feature A feature request or enhancement label Jan 19, 2014
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jan 21, 2014

    New changeset da35a4e724e5 by Zachary Ware in branch '3.3':
    Issue bpo-20301: Mention the correct KEY_* value as the default
    http://hg.python.org/cpython/rev/da35a4e724e5

    New changeset 3baee069c5ff by Zachary Ware in branch 'default':
    Issue bpo-20301: Merge with 3.3
    http://hg.python.org/cpython/rev/3baee069c5ff

    @zware
    Copy link
    Member

    zware commented Jan 21, 2014

    Fixed, thanks for the report!

    @zware zware closed this as completed Jan 21, 2014
    @zware zware assigned zware and unassigned docspython Jan 21, 2014
    @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-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants