]> granicus.if.org Git - python/commit
SF patch #460805 by Chris Gonnerman: Support for unsetenv()
authorGuido van Rossum <guido@python.org>
Fri, 19 Oct 2001 01:31:59 +0000 (01:31 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Oct 2001 01:31:59 +0000 (01:31 +0000)
commitc524d952da928f745203876f2e67f651c2bc7246
tree59686a72378708c6884596341bdd353d5ac3e4bf
parentb6c1d5239cfeadd761d2055cc44212f7a6b7e5af
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?)
Lib/os.py
Misc/NEWS
Modules/posixmodule.c
configure
configure.in
pyconfig.h.in