[Python-checkins] python/dist/src/Lib getopt.py,1.21,1.22

Guido van Rossum guido@python.org
Fri, 26 Jul 2002 16:46:46 -0400


> Use os.environ.get() in stead of os.getenv() (which is platform-dependent).

Really?  That wasn't intended!  What are the differences?

--Guido van Rossum (home page: http://www.python.org/~guido/)