summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2012-12-29 19:13:45 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2012-12-29 19:13:45 (GMT)
commitc04957bff3a53ba3d051b7c4148a48ec5238f3cb (patch)
tree9f65af68a5cc6e41ec70ea0bdd74c8a907fe1e78 /Misc
parente912496c6025581f8f1554c9cda92ae73f2514e5 (diff)
downloadcpython-c04957bff3a53ba3d051b7c4148a48ec5238f3cb.zip
cpython-c04957bff3a53ba3d051b7c4148a48ec5238f3cb.tar.gz
cpython-c04957bff3a53ba3d051b7c4148a48ec5238f3cb.tar.bz2
Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ce906a0..3317f68 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -124,6 +124,9 @@ Core and Builtins
Library
-------
+- Issue #16641: Fix default values of sched.scheduler.enter arguments were
+ modifiable.
+
- Issue #16504: IDLE now catches SyntaxErrors raised by tokenizer. Patch by
Roger Serwy.