This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients georg.brandl, larry, meador.inge, serhiy.storchaka, zach.ware
Date 2014-01-15.16:52:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389804732.43.0.1804770681.issue20226@psf.upfronthosting.co.za>
In-reply-to
Content
Just confirmed that this patch fixes the traceback I was getting from winreg in #20172, but this has a new oddity:

>>> help(winreg)
...
    ConnectRegistry(computer_name=<object object at 0x0190E148>, key=<object object at 0x0190E148>)
...

Every param of every function has this kind of thing, positional or keyword, default or no.  I'll try to look into it, but my hopes aren't high (much of clinic's inner workings are still mysterious to me).
History
Date User Action Args
2014-01-15 16:52:12zach.waresetrecipients: + zach.ware, georg.brandl, larry, meador.inge, serhiy.storchaka
2014-01-15 16:52:12zach.waresetmessageid: <1389804732.43.0.1804770681.issue20226@psf.upfronthosting.co.za>
2014-01-15 16:52:12zach.warelinkissue20226 messages
2014-01-15 16:52:12zach.warecreate