diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-11-22 21:16:17 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-11-22 21:16:17 (GMT) |
commit | 65170954e0ca73396eea04307c62c20ce1ca7960 (patch) | |
tree | f6b0983f4eaba4f3af8de2efb37d643eb877fcd1 /Misc | |
parent | 02686751931e6cd267f60c65b59744c7dff50cd2 (diff) | |
parent | 60b385e81361f43720b45b750243b39ce420a673 (diff) | |
download | cpython-65170954e0ca73396eea04307c62c20ce1ca7960.zip cpython-65170954e0ca73396eea04307c62c20ce1ca7960.tar.gz cpython-65170954e0ca73396eea04307c62c20ce1ca7960.tar.bz2 |
(Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -387,6 +387,8 @@ Core and Builtins Library ------- +- Issue #13415: os.unsetenv() doesn't ignore errors anymore. + - Issue #13245: sched.scheduler class constructor's timefunc and delayfunct parameters are now optional. scheduler.enter and scheduler.enterabs methods gained a new kwargs parameter. |