This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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
Priority: normal Keywords: patch

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:09adminsetgithub: 41593
2005-02-17 19:43:46phwpcreate