[issue14943] winreg OpenKey doesn't work as documented

2012-05-29 Thread Brian Curtin
Changes by Brian Curtin : -- assignee: docs@python -> brian.curtin components: +Windows resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue14943] winreg OpenKey doesn't work as documented

2012-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset fcb6c4a4ac0e by Brian Curtin in branch '3.2': Fix #14943. Update the proper default value and list the proper argument names in the explanation. http://hg.python.org/cpython/rev/fcb6c4a4ac0e New changeset 29e0f08ef065 by Brian Curtin in branch 'de

[issue14943] winreg OpenKey doesn't work as documented

2012-05-29 Thread R. David Murray
Changes by R. David Murray : -- nosy: +brian.curtin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue14943] winreg OpenKey doesn't work as documented

2012-05-28 Thread Glenn Linderman
New submission from Glenn Linderman : My first time to use winreg and I am sure that some of this report is documentation, but depending on behavior in other versions, maybe it is a regression in code as well, but I doubt it. I'm reading the 3.3 documentation, but using 3.2.3 for testing. The