mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
bpo-30746: Prohibited the '=' character in environment variable names (#2382)
in `os.putenv()` and `os.spawn*()`.
This commit is contained in:
parent
1ba9469e9f
commit
77703942c5
4 changed files with 95 additions and 4 deletions
|
@ -374,6 +374,9 @@ Extension Modules
|
|||
Library
|
||||
-------
|
||||
|
||||
- bpo-30746: Prohibited the '=' character in environment variable names in
|
||||
``os.putenv()`` and ``os.spawn*()``.
|
||||
|
||||
- bpo-30664: The description of a unittest subtest now preserves the order of
|
||||
keyword arguments of TestCase.subTest().
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue