diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2012-12-29 19:13:45 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2012-12-29 19:13:45 (GMT) |
commit | c04957bff3a53ba3d051b7c4148a48ec5238f3cb (patch) | |
tree | 9f65af68a5cc6e41ec70ea0bdd74c8a907fe1e78 /Misc | |
parent | e912496c6025581f8f1554c9cda92ae73f2514e5 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |