Issue1501930

classification
Title: Fix for 1299032 (os.getenv throws exception)
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: fwierzbicki Nosy List: fwierzbicki, jeffnorton
Priority: normal Keywords: patch

Created on 2006-06-06.23:22:35 by anonymous, last changed 2006-06-06.23:22:35 by nobody.

Files
File name Uploaded Description Edit Remove
getenv.patch nobody, 2006-06-06.23:22:35 patch for 1299032
Messages
msg2493 (view) Author: Nobody/Anonymous (nobody) Date: 2006-06-06.23:22:35
os.getenv in CPython returns None if the env var is 
not defined.  Jython currently raises an exception.  
This fixes that.
msg2494 (view) Author: Jeff Norton (jeffnorton) Date: 2006-06-06.23:24:06
Logged In: YES 
user_id=1319169

Actually submitted by me.
History
Date User Action Args
2006-06-06 23:22:35anonymouscreate