Terry J. Reedy added the comment:

For msilib, 'int numbers' should just be 'ints' or 'integers'.
---
For PC/winreg.c '''\
PyDoc_STRVAR(PyHKEY_Detach_doc,
"key.Detach() -> int\n"
...
"On 64 bit windows, the result of this function is a long integer");'''

This last line should be deleted rather than modified, as its only point is to 
override the signature declaration of returning int.
---
I cannot vouch for this change:
-/* necessary to make sure types aren't coerced (e.g., int and long) */
+/* necessary to make sure types aren't coerced (e.g., float and complex) */
I presume you thought about it carefully in context.
---
The rest of the changes look grammatically correct. I cannot be sure about the 
executable code changes.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18783>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to