[issue4653] Patch to fix typos for Py3K

Johnny Lee report at bugs.python.org
Sat Dec 13 22:26:36 CET 2008


Johnny Lee <typo.pl at gmail.com> added the comment:

Here are the URLs to the MSDN documentation for CreateFileMapping and 
FormatMessage[A|W]:
<http://msdn.microsoft.com/en-us/library/aa366537.aspx>
<http://msdn.microsoft.com/en-us/library/ms679351.aspx>

For CreateFileMapping(), from the Return Value section:
"If the function fails, the return value is NULL. To get extended error 
information, call GetLastError."

For FormatMessage[A|W]:
nSize [in] 
If the FORMAT_MESSAGE_ALLOCATE_BUFFER flag is not set, this parameter 
specifies the size of the output buffer, in TCHARs.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4653>
_______________________________________


More information about the Python-bugs-list mailing list