diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-01-29 13:29:23 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-01-29 13:29:23 (GMT) |
commit | 1d11de6dbd247689c508de2ec28f0f3fc35ecabc (patch) | |
tree | 62a7f160f4a339382f748a8cfdb655522b16f289 /Misc | |
parent | 3069dbb8ec9c287c2ff6b3a1c8bfde83af81c11b (diff) | |
download | cpython-1d11de6dbd247689c508de2ec28f0f3fc35ecabc.zip cpython-1d11de6dbd247689c508de2ec28f0f3fc35ecabc.tar.gz cpython-1d11de6dbd247689c508de2ec28f0f3fc35ecabc.tar.bz2 |
Revert os.py 1.75, and directly implement update.
Fixes #1110478 and #1100235.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ Extension Modules Library ------- +- Bug #1110478: Revert os.environ.update to do putenv again. + - Bug #1103844: fix distutils.install.dump_dirs() with negated options. - os.{SEEK_SET, SEEK_CUR, SEEK_END} have been added for convenience. |