Issue 1126187: isapi.samples.advanced.py fix - Python tracker (original) (raw)

Issue1126187

Created on 2005-02-17 19:43 by phwp, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
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) * (Python committer) 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) * (Python committer) Date: 2007-02-14 10:55
This patch is probably for py2exe.
History
Date User Action Args
2022-04-11 14:56:09 admin set github: 41593
2005-02-17 19:43:46 phwp create