[issue798876] windows sys.path contains nonexistant directory

2012-06-29 Thread Tim Golden
Tim Golden added the comment: THis was fixed almost two years ago in Py3K. Won't fix for 2.7 -- resolution: -> fixed stage: test needed -> committed/rejected status: open -> closed ___ Python tracker ___

[issue798876] windows sys.path contains nonexistant directory

2010-08-20 Thread Tim Golden
Changes by Tim Golden : -- assignee: -> tim.golden components: -Interpreter Core nosy: +tim.golden versions: +Python 3.1, Python 3.2 ___ Python tracker ___ ___

[issue798876] windows sys.path contains nonexistant directory

2010-08-18 Thread Mark Lawrence
Mark Lawrence added the comment: Still an issue in 2.6, 2.7, 3.1 and 3.2. -- nosy: +BreamoreBoy versions: +Python 2.7 -Python 2.6 ___ Python tracker ___ ___

[issue798876] windows sys.path contains nonexistant directory

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: -Python 2.5 ___ Python tracker ___ ___ Python-bugs-

[issue798876] windows sys.path contains nonexistant directory

2008-01-04 Thread Joseph Armbruster
Joseph Armbruster added the comment: If I look at Lib/plat-win back at rev 16910, winreg.py could be found there. Everything I see in the tree referencing plat-win is documentation, except the PYTONPATH define itself. It looks like Lib/plat-win was removed back in revision 16911 [Aug 20,2000].

[issue798876] windows sys.path contains nonexistant directory

2008-01-03 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.6 -Python 2.3, Python 2.4 Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list maili

[issue798876] windows sys.path contains nonexistant directory

2007-12-05 Thread Quentin Gallet-Gilles
Quentin Gallet-Gilles added the comment: I'm able to reproduce it on 2.4, 2.5 and it's most likely still here in the trunk. Is it still considered a bug ? >>> import sys >>> import os >>> for file in sys.path: ... print "%s - %s" % (file, os.path.exists(file)) ... : False C:\WINNT\sys