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: Fix for #947380 - sys.path is wrong on windows sometimes
Type: Stage:
Components: Interpreter Core Versions: Python 2.3
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: josiahcarlson, orib, zseil
Priority: normal Keywords: patch

Created on 2004-05-04 00:56 by orib, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
getpathp.patch orib, 2004-05-04 00:56 Patch for PC\getpathp.c (created against 2.3.3, should apply cleanly to earlier versions as well)
Messages (4)
msg45936 - (view) Author: Ori Berger (orib) Date: 2004-05-04 00:56
Fixes http://python.org/sf/947380 - see details there.

One line of code, one line of comment.
msg45937 - (view) Author: Josiah Carlson (josiahcarlson) * (Python triager) Date: 2004-05-21 00:07
Logged In: YES 
user_id=341410

See my comment in #947380 as to why this will go away in
future versions of Python, without your patch.
msg45938 - (view) Author: Ziga Seilnacht (zseil) * (Python committer) Date: 2007-03-06 13:21
This was fixed in Python 2.5 with patch #1232023:
http://www.python.org/sf/1232023
msg45939 - (view) Author: Ziga Seilnacht (zseil) * (Python committer) Date: 2007-03-09 20:14
Closing as suggested in the previous comment.
History
Date User Action Args
2022-04-11 14:56:03adminsetgithub: 40213
2004-05-04 00:56:27oribcreate