classification
Title: isapi.samples.advanced.py fix
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: loewis, phwp, theller (3)
Priority: normal Keywords patch

Created on 2005-02-17 19:43 by phwp, last changed 2007-02-14 10:55 by theller.

Files
File name Uploaded Description Edit Remove
advanced.py phwp, 2005-02-17 19:44
Messages (3)
msg47799 - (view) Author: Philippe Kirsanov (phwp) Date: 2005-02-17 19:43
This fix is to support win32 files in fotmat:
\\?\drive:\dir\name.ext

It's valid file format in win32. I've got that kind of
file name trying to use __file__ when script is used as
isapi extension.
msg47800 - (view) Author: Martin v. Löwis (loewis) Date: 2007-02-14 10:15
It's not clear to me what the intention of this patch is: it is not a unified or context diff, so it doesn't apply to any of the Python source code files. The contributed advanced.py seems to have no relationship with any of the functionality included in Python.

So I'm rejecting the patch as invalid.
msg47801 - (view) Author: Thomas Heller (theller) Date: 2007-02-14 10:55
This patch is probably for py2exe.
History
Date User Action Args
2005-02-17 19:43:46phwpcreate