]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Have os.environ() inherit from the iterable version of UserDict.
authorRaymond Hettinger <python@rcn.com>
Fri, 6 Sep 2002 19:36:31 +0000 (19:36 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 6 Sep 2002 19:36:31 +0000 (19:36 +0000)
commitca2f537e32e806b02b20a8ad8c976810bfac754d
treeb223899cfffa2b600b4619e7dcfcf5f30ef87827
parent44c42b9cf33fac19ef0785ba3be9fc05f0be4dec
Have os.environ() inherit from the iterable version of UserDict.
Closes SF bug 605731.
Lib/os.py