]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Milton L. Hankin reports that on Windows it is possible to have two
authorGuido van Rossum <guido@python.org>
Fri, 2 Jul 1999 02:54:02 +0000 (02:54 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 2 Jul 1999 02:54:02 +0000 (02:54 +0000)
commit9068da4b6db66338c3bb17ec85dbbe158fb9a459
tree209f9e0b08c18b6c8866f946d2eea289ae6e25e2
parent3427c1f71b584884142bc764be7b4f6b3efde3da
Milton L. Hankin reports that on Windows it is possible to have two
different values in the environ dict with the same key (although he
couldn't explain exactly how this came to be).  Since getenv() uses
the first one, Python should do too. (Some doubts about case
sensitivity, but for now this at least seems the right thing to do
regardless of platform.)
Modules/posixmodule.c