Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 9c2dc0c58a878ac3d1c44dd0048f8e1cfab2790e https://github.com/python/cpython/commit/9c2dc0c58a878ac3d1c44dd0048f8e1cfab2790e 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: ----------- [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)