[Python-checkins] r45925 - in python/trunk: Lib/tempfile.py Lib/test/test_os.py Misc/NEWS Modules/posixmodule.c

M.-A. Lemburg mal at egenix.com
Wed May 10 18:22:32 CEST 2006


Martin v. Löwis wrote:
>> Or just use this mapping from ReactOS which was probably
>> created by doing just that:
>>
>> http://www.reactos.org/generated/doxygen/de/d02/doserrmap_8h-source.html
> 
> I don't know how this table was generated (although I doubt it was
> generated that way);

At the top of the file it says:

/* doserrmap.h: auto-generated from winerror.h and errno.h using undoc'd
_dosmaperr. */

That's good enough for me.

I tried to find a DLL that has the _dosmaperr API on my
Windows XP box and couldn't find it. It's probably inlined
in the C lib, so doesn't appear as symbol.

There is such a function in the source code of the VC7 CRT
(in a file called dosmap.c).

Regards,
-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, May 10 2006)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! ::::


More information about the Python-checkins mailing list