Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 787826c9316b03ac8a197078ec1cdf98fa840c5c https://github.com/python/cpython/commit/787826c9316b03ac8a197078ec1cdf98fa840c5c Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年06月25日 (2017年6月25日) Changed paths: M Lib/test/test_os.py M Lib/test/test_posix.py M Misc/NEWS M Modules/posixmodule.c Log Message: ----------- [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)