Issue #4625: Add NEWS entry.

This commit is contained in:
Ned Deily 2011-12-14 15:14:52 -08:00
commit abbcd0872f

View file

@ -409,6 +409,10 @@ Core and Builtins
Library Library
------- -------
- Issue #4625: If IDLE cannot write to its recent file or breakpoint
files, display a message popup and continue rather than crash.
(original patch by Roger Serwy)
- Issue #13449 sched.scheduler.run() method has a new "blocking" parameter which - Issue #13449 sched.scheduler.run() method has a new "blocking" parameter which
when set to False makes run() execute the scheduled events due to expire when set to False makes run() execute the scheduled events due to expire
soonest (if any) and then return. Patch by Giampaolo Rodolà. soonest (if any) and then return. Patch by Giampaolo Rodolà.