From: Brett Cannon Date: Tue, 28 May 2013 01:12:40 +0000 (-0400) Subject: NEWS entry for issue #18072 X-Git-Tag: v3.4.0a1~627 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc508dd608ba151d1446457c4c1bb2838e0deef9;p=thirdparty%2FPython%2Fcpython.git NEWS entry for issue #18072 --- diff --git a/Misc/NEWS b/Misc/NEWS index 0e01e1581b84..94b94d76231a 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.