[issue30746] Reject environment variable names containing '='

2017-06-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue30746] Reject environment variable names containing '='

2017-06-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 787826c9316b03ac8a197078ec1cdf98fa840c5c by Serhiy Storchaka in branch '2.7': [2.7] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2393)

[issue30746] Reject environment variable names containing '='

2017-06-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 99e9eb6111ef6a11bfff358866c9f2b0c201ac08 by Serhiy Storchaka in branch '3.5': [3.5] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2392)

[issue30746] Reject environment variable names containing '='

2017-06-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 9c2dc0c58a878ac3d1c44dd0048f8e1cfab2790e by Serhiy Storchaka in branch '3.6': [3.6] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2391)

[issue30746] Reject environment variable names containing '='

2017-06-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset af5392f5c6f8014659e995840df6ee7b5017f743 by Serhiy Storchaka in branch 'master': bpo-30746: Port more tests for os.spawnvpe() and os.execve() from 2.7. (#2394) https://github.com/python/cpython/commit/af5392f5c6f8014659e995840df6ee7b5017f743

[issue30746] Reject environment variable names containing '='

2017-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2441 ___ Python tracker ___ ___

[issue30746] Reject environment variable names containing '='

2017-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2440 ___ Python tracker ___ ___

[issue30746] Reject environment variable names containing '='

2017-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2439 ___ Python tracker ___ ___

[issue30746] Reject environment variable names containing '='

2017-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2438 ___ Python tracker ___ ___

[issue30746] Reject environment variable names containing '='

2017-06-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 77703942c5997dff00c48f10df1b29b11645624c by Serhiy Storchaka in branch 'master': bpo-30746: Prohibited the '=' character in environment variable names (#2382) https://github.com/python/cpython/commit/77703942c5997dff00c48f10df1b29b11645624c

[issue30746] Reject environment variable names containing '='

2017-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +2431 ___ Python tracker ___ ___

[issue30746] Reject environment variable names containing '='

2017-06-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Environment variable names shouldn't contain the '=' character, because it often is used as a separator between a name and a value. There is an exception -- starting '=' on Windows is used for defining "hidden" environment variables. Using names