commit | 6a619f44c567efe859b4b94a710b718d475a57fe | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Aug 03 19:41:10 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Aug 03 19:41:10 1999 +0000 |
tree | 0c42776db89af408bdc247b6a52583e99a72252b | |
parent | 46ab6dfa89e2d5eeed8f85b40c022161e2493800 [diff] |
It turns out that modifying the environment strings is not safe. Treat them as read-only, and make a copy as appropriately. This was first reported by Bill Janssend and later by Craig Rowland and Ron Sedlmeyer. This fix is mine.