From: Brett Cannon Date: Tue, 28 May 2013 01:12:40 +0000 (-0400) Subject: NEWS entry for issue #18072 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc508dd608ba151d1446457c4c1bb2838e0deef9;p=python NEWS entry for issue #18072 --- diff --git a/Misc/NEWS b/Misc/NEWS index 0e01e1581b..94b94d7623 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.