Message208175
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). |
|
Date |
User |
Action |
Args |
2014-01-15 16:52:12 | zach.ware | set | recipients:
+ zach.ware, georg.brandl, larry, meador.inge, serhiy.storchaka |
2014-01-15 16:52:12 | zach.ware | set | messageid: <1389804732.43.0.1804770681.issue20226@psf.upfronthosting.co.za> |
2014-01-15 16:52:12 | zach.ware | link | issue20226 messages |
2014-01-15 16:52:12 | zach.ware | create | |
|