]> granicus.if.org Git - python/commit
bpo-30746: Prohibited the '=' character in environment variable names (#2382)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 25 Jun 2017 04:33:01 +0000 (07:33 +0300)
committerGitHub <noreply@github.com>
Sun, 25 Jun 2017 04:33:01 +0000 (07:33 +0300)
commit77703942c5997dff00c48f10df1b29b11645624c
tree58481f08535f9be849539c70bcdce3192a9fcbfa
parent1ba9469e9fdff0c52ba19b1e13a9c4b7235fc9eb
bpo-30746: Prohibited the '=' character in environment variable names (#2382)

in `os.putenv()` and `os.spawn*()`.
Lib/test/test_os.py
Lib/test/test_posix.py
Misc/NEWS
Modules/posixmodule.c