commit | c524d952da928f745203876f2e67f651c2bc7246 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Oct 19 01:31:59 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Oct 19 01:31:59 2001 +0000 |
tree | 59686a72378708c6884596341bdd353d5ac3e4bf | |
parent | b6c1d5239cfeadd761d2055cc44212f7a6b7e5af [diff] |
SF patch #460805 by Chris Gonnerman: Support for unsetenv() This adds unsetenv to posix, and uses it in the __delitem__ method of os.environ. (XXX Should we change the preferred name for putenv to setenv, for consistency?)