]> granicus.if.org Git - python/commitdiff
NEWS entry for issue #18072
authorBrett Cannon <brett@python.org>
Tue, 28 May 2013 01:12:40 +0000 (21:12 -0400)
committerBrett Cannon <brett@python.org>
Tue, 28 May 2013 01:12:40 +0000 (21:12 -0400)
Misc/NEWS

index 0e01e1581b84df713565262fd28963e0a94aa02a..94b94d76231a0ddf6240656dc7d798e8903e9e3a 100644 (file)
--- 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.