Message208080
Sandbox repo updated. It is currently using an older version of clinic; running current clinic on the winreg.c in the tip of the sandbox produces this traceback:
Traceback (most recent call last):
File "Tools\clinic\clinic.py", line 2981, in <module>
sys.exit(main(sys.argv[1:]))
File "Tools\clinic\clinic.py", line 2977, in main
parse_file(filename, output=ns.output, verify=not ns.force)
File "Tools\clinic\clinic.py", line 1132, in parse_file
cooked = clinic.parse(raw)
File "Tools\clinic\clinic.py", line 1082, in parse
parser.parse(block)
File "Tools\clinic\clinic.py", line 2259, in parse
self.state(line)
File "Tools\clinic\clinic.py", line 2633, in state_parameter_docstring
return self.next(self.state_parameter, line)
File "Tools\clinic\clinic.py", line 2287, in next
self.state(line)
File "Tools\clinic\clinic.py", line 2531, in state_parameter
value = eval(py_default)
File "<string>", line 1, in <module>
NameError: name 'winreg' is not defined
I'm not terribly sure about the error handling with the return converters, that will need some extra scrutiny. I may have it completely wrong :). |
|
Date |
User |
Action |
Args |
2014-01-14 07:32:32 | zach.ware | set | recipients:
+ zach.ware, larry |
2014-01-14 07:32:32 | zach.ware | set | messageid: <1389684752.73.0.619849094928.issue20172@psf.upfronthosting.co.za> |
2014-01-14 07:32:32 | zach.ware | link | issue20172 messages |
2014-01-14 07:32:32 | zach.ware | create | |
|