Issue1713513

classification
Title: os.environ fails in Windows Vista JDK 1.6_01
Type: Severity: normal
Components: Library Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, kzuberi
Priority: normal Keywords:

Created on 2007-05-05.16:24:52 by kzuberi, last changed 2007-05-05.18:42:31 by cgroves.

Files
File name Uploaded Description Edit Remove
javashell-vista.patch kzuberi, 2007-05-05.16:24:52
Messages
msg1583 (view) Author: Khalid Zuberi (kzuberi) Date: 2007-05-05.16:24:52
Jason R. Coombs reports on jython-dev:

"""
I’m unsure when this problem started.  It may have not emerged until the _01 update to Java 1.6.  Nevertheless, os.environ fails to load environment variables in Windows Vista.  The following patch (also attached) addresses the problem:

"""

Jason's patch is attached. I don't have vista to test but i don't see the harm ...

- kz
msg1584 (view) Author: Charlie Groves (cgroves) Date: 2007-05-05.18:42:31
Committed in r3207.
History
Date User Action Args
2007-05-05 16:24:52kzubericreate