From fc508dd608ba151d1446457c4c1bb2838e0deef9 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 27 May 2013 21:12:40 -0400 Subject: NEWS entry for issue #18072 --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 0e01e15..94b94d7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -100,6 +100,9 @@ Core and Builtins Library ------- +- Issue #18072: Implement importlib.abc.InspectLoader.get_code() and + importlib.abc.ExecutionLoader.get_code(). + - Issue #8240: Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag on SSL sockets. -- cgit v0.12