ngly enough, the code used to say
> >
> >PyErr_SetString(PyExc_WindowsError, lpMsgBuf);
> >
> > Then it was changed to its current form, with a log message of
> >
> >Changes for windows CE, contributed by Luke Dunstan. Thanks a lot!
> >
> > See
>
reasoning and is supported by the comments in
Include/pyport.h about sys/stat.h.
> Of course, it would be fairly straight-forward to convert this
> to standard autoconf machinery (if one remembers to update
> PC/pyconfig.h accordingly). I'm sure Luke Dunstan would be willing
> to revis
Hi,
This patch submitted in March allows Python trunk to be built using MSVC 6:
http://sourceforge.net/tracker/index.php?func=detail&aid=1457736&group_id=5470&atid=305470
It is not my patch but I am quite interested because the code changes are
also required to build with MS eMbedded Visual C++
- Original Message -
From: ""Martin v. Löwis"" <[EMAIL PROTECTED]>
To: "Luke Dunstan" <[EMAIL PROTECTED]>
Cc:
Sent: Thursday, May 04, 2006 5:03 AM
Subject: Re: [Python-Dev] Python for Windows CE
> Luke Dunstan wrote:
>> 1. Is there
In later emails I will of course go into more detail about the patches
required. Any general tips on how to submit good patches are welcome.
Thanks,
Luke Dunstan
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/py