summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-11-22 21:23:23 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-11-22 21:23:23 (GMT)
commitcbbd562f00053fb8e5113e9f66a5efc43790d314 (patch)
tree57d1929d0bd898f612f28fb537f513ba5e884b78 /Misc
parent942d5ba125860112c42f3a8981778c80c23d5499 (diff)
parent65170954e0ca73396eea04307c62c20ce1ca7960 (diff)
downloadcpython-cbbd562f00053fb8e5113e9f66a5efc43790d314.zip
cpython-cbbd562f00053fb8e5113e9f66a5efc43790d314.tar.gz
cpython-cbbd562f00053fb8e5113e9f66a5efc43790d314.tar.bz2
Merge branch default
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 74c7390..3d46a10 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -390,6 +390,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.