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 eckhardt
Recipients eckhardt, loewis, mhammond
Date 2009-01-11.19:57:12
SpamBayes Score 0.58284444
Marked as misclassified No
Message-id <1231703833.23.0.150691866393.issue4893@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, I made the distinction between the 'int e' and the 'unsigned 
e' consciously. When using 'errno', using an 'int' is correct. When 
using GetLastError(), I would have used a win32 DWORD if there was a 
format sequence that correctly and portably formats it, so I 
chose 'unsigned' as one that IMHO most likely matches it. That is also 
the reason for the two different error messages, otherwise I don't 
think it makes a big difference.
History
Date User Action Args
2009-01-11 19:57:13eckhardtsetrecipients: + eckhardt, loewis, mhammond
2009-01-11 19:57:13eckhardtsetmessageid: <1231703833.23.0.150691866393.issue4893@psf.upfronthosting.co.za>
2009-01-11 19:57:12eckhardtlinkissue4893 messages
2009-01-11 19:57:12eckhardtcreate