Re: [Python-Dev] posixmodule.c patch- revision 43586

2006-04-03 Thread Martin v. Löwis
A.B., Khalid wrote: > Shouldn't that part read as follows? Or am I missing something? > > """ > rc = ShellExecuteW((HWND)0, > PyUnicode_AS_UNICODE(woperation), > PyUnicode_AS_UNICODE(unipath), > NULL, NULL, SW_SHOWNORMAL); > """ That's certainly better, though not correct, yet: woperation m

Re: [Python-Dev] posixmodule.c patch- revision 43586

2006-04-03 Thread Anthony Baxter
On Tuesday 04 April 2006 06:06, Tim Peters wrote: > backport of r43578 > The email module's parsedate_tz function now sets the daylight > savings flag to -1 (unknown) since it can't tell from the date > whether it should be set. > patch from Aldo Cortesi > """ > > is in the blamelist for the runs w

Re: [Python-Dev] posixmodule.c patch- revision 43586

2006-04-03 Thread Tim Peters
[Tim] >> While we're at it, looks like all the 2.4 buildbots are failing >> test_email today. [Barry] > Anthony backported the patch that should fix this, so it should be > showing up in 2.4 buildbots soon. ? Anthony's """ Changed by: anthony.baxter Changed at: Mon 03 Apr 2006 16:40:28 Branch:

Re: [Python-Dev] posixmodule.c patch- revision 43586

2006-04-03 Thread Barry Warsaw
Tim Peters wrote: > > While we're at it, looks like all the 2.4 buildbots are failing > test_email today. > ___ > Anthony backported the patch that should fix this, so it should be showing up in 2.4 buildbots soon. -Barry

Re: [Python-Dev] posixmodule.c patch- revision 43586

2006-04-03 Thread Tim Peters
[A.B., Khalid] > According to MSDN, ShellExecute has only six parameters: > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shellexecute.asp > > But in the posixmodule patch at: > http://mail.python.org/pipermail/python-checkins/2006-April

[Python-Dev] posixmodule.c patch- revision 43586

2006-04-03 Thread A.B., Khalid
According to MSDN, ShellExecute has only six parameters: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shellexecute.asp But in the posixmodule patch at: http://mail.python.org/pipermail/python-checkins/2006-April/050698.html it is pass