Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 77703942c5997dff00c48f10df1b29b11645624c https://github.com/python/cpython/commit/77703942c5997dff00c48f10df1b29b11645624c 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: ----------- bpo-30746: Prohibited the '=' character in environment variable names (#2382) in `os.putenv()` and `os.spawn*()`.