From 6e6c59b5085668f6047eb91bd671747b13fa36d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Fran=C3=A7ois=20Natali?= Date: Sat, 7 Feb 2015 13:27:50 +0000 Subject: Issue #23285: PEP 475 -- Retry system calls failing with EINTR. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Misc') diff --git a/Misc/NEWS b/Misc/NEWS index a70743e951..af1c53dcd1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,6 +10,8 @@ Release date: TBA Core and Builtins ----------------- +- Issue #23285: PEP 475 - EINTR handling. + - Issue #22735: Fix many edge cases (including crashes) involving custom mro() implementations. -- cgit v1.2.1