]> granicus.if.org Git - python/commit
[2.7] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 25 Jun 2017 06:50:00 +0000 (09:50 +0300)
committerGitHub <noreply@github.com>
Sun, 25 Jun 2017 06:50:00 +0000 (09:50 +0300)
commit787826c9316b03ac8a197078ec1cdf98fa840c5c
tree7f56970b47897fd01034ebef783b11d13db39b84
parent9dda2caca8edc7ff1285f6b0d1c5279b51854b7d
[2.7] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2393)

in `os.putenv()` and `os.spawn*()`..
(cherry picked from commit 77703942c5997dff00c48f10df1b29b11645624c)
Lib/test/test_os.py
Lib/test/test_posix.py
Misc/NEWS
Modules/posixmodule.c