[Python-checkins] [python/cpython] 9c2dc0: [3.6] bpo-30746: Prohibited the '=' character in e...

GitHub noreply at github.com
Sun Jun 25 02:49:17 EDT 2017


  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 (Sun, 25 Jun 2017)

  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)




More information about the Python-checkins mailing list