[Patches] [ python-Patches-460805 ] Support for unsetenv()

noreply@sourceforge.net noreply@sourceforge.net
Wed, 12 Sep 2001 06:38:54 -0700


Patches item #460805, was opened at 2001-09-11 21:25
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=460805&group_id=5470

Category: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Chris Gonnerman (solomoriah)
Assigned to: Nobody/Anonymous (nobody)
Summary: Support for unsetenv()

Initial Comment:
The attached patch files implement os.unsetenv() for 
Python 2.1 and 2.2a3.  os.py is extended to call 
unsetenv() when _Environ.__delitem__ is called.


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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-09-12 06:38

Message:
Logged In: YES 
user_id=6380

Can you point to where unsetenv is standardized? I'm worried
that it's not available on standard-conforming Unix systems,
and since it's of marginal utility at best, I'm not sure
what the point is to add it -- unless there's a clear
standard that ensures its existence.

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=460805&group_id=5470