]> granicus.if.org Git - python/commit
[3.6] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 25 Jun 2017 06:49:15 +0000 (09:49 +0300)
committerGitHub <noreply@github.com>
Sun, 25 Jun 2017 06:49:15 +0000 (09:49 +0300)
commit9c2dc0c58a878ac3d1c44dd0048f8e1cfab2790e
tree209a2e6a745b9e1aecdca7b62486fa1360a4e70d
parent57ee0c8c9e73c3405a0343e1a05cba673ac7f8cb
[3.6] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2391)

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