[Python-checkins] [python/cpython] 99e9eb: [3.5] bpo-30746: Prohibited the '=' character in e...

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


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 99e9eb6111ef6a11bfff358866c9f2b0c201ac08
      https://github.com/python/cpython/commit/99e9eb6111ef6a11bfff358866c9f2b0c201ac08
  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.5] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2392)

in `os.putenv()` and `os.spawn*()`..
(cherry picked from commit 77703942c5997dff00c48f10df1b29b11645624c)




More information about the Python-checkins mailing list