diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2013-01-25 18:01:05 +0100 |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2013-01-25 18:01:05 +0100 |
commit | 1c90eed8a9a10b6b7eb5f791931cc86754d4028c (patch) | |
tree | 62fbd65c674d54d1e1e64f5ffe1ace7dc822ae4b /Misc | |
parent | 96a9f89b2d67caf622c311e567d068a24962762a (diff) | |
parent | 697e56d0f592165209cbeb87583c75dc231c6338 (diff) | |
download | cpython-git-1c90eed8a9a10b6b7eb5f791931cc86754d4028c.tar.gz |
Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.2)
There already was a workaround for this for framework builds on OSX,
this changeset enables the same workaround for shared libraries.
Closes #1602133
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -150,6 +150,9 @@ Core and Builtins Library ------- +- Issue #1602133: on Mac OS X a shared library build (``--enable-shared``) + now fills the ``os.environ`` variable correctly. + - Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase interface and support all mandatory methods and properties. |