[Python-checkins] [python/cpython] 777039: bpo-30746: Prohibited the '=' character in environ...

GitHub noreply at github.com
Sun Jun 25 00:33:02 EDT 2017


  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 (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:
  -----------
  bpo-30746: Prohibited the '=' character in environment variable names (#2382)

in `os.putenv()` and `os.spawn*()`.




More information about the Python-checkins mailing list