]> granicus.if.org Git - python/commit
Always define getenv(), as suggested by Guido. This means that os.getenv() is also...
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 8 Jan 2003 16:33:40 +0000 (16:33 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 8 Jan 2003 16:33:40 +0000 (16:33 +0000)
commitb11ce9b96c724f9136d038847175a3a535417f56
treea03c710e043f9f3566f2b4b80ff60cff17fce0cc
parent52941a8348ee12223963a2e35d5a43c60fc2e621
Always define getenv(), as suggested by Guido. This means that os.getenv() is also defined for MacPython-OS9 (even though it doesn't actually do anything useful), and it shouldn't hurt on other platforms.
Lib/os.py