[Python-bugs-list] [ python-Bugs-798876 ] windows sys.path contains nonexistant directory

SourceForge.net noreply at sourceforge.net
Mon Sep 1 19:40:00 EDT 2003


Bugs item #798876, was opened at 2003-09-01 21:31
Message generated for change (Comment added) made by tim_one
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=798876&group_id=5470

Category: Python Interpreter Core
Group: Python 2.3
Status: Open
Resolution: None
>Priority: 4
Submitted By: logistix (logistix)
Assigned to: Nobody/Anonymous (nobody)
Summary: windows sys.path contains nonexistant directory

Initial Comment:
Starting in python 2.3, sys.path on Windows contains 
the nonexistant directory "c:\python23\lib\plat-win".

I don't know if this is really a bug, since we can no 
longer assume that an entry in sys.path exists or is a 
physical directory.  Still, it seems like each entry in 
sys.path should be able to resolve to SOMETHING.

I would've flagged this low priority if I had the capability.

----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2003-09-01 21:40

Message:
Logged In: YES 
user_id=31435

Strange.  I see it under Python 2.1.3 too.  So it's not a new 
thing, but somehow 2.2.3 managed to get rid of it temporarily 
<wink>.  Boosting the priority to 4, since it's at least a 
mystery!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=798876&group_id=5470



More information about the Python-bugs-list mailing list