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

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