[Python-checkins] cpython: NEWS entry for issue #18072

brett.cannon python-checkins at python.org
Tue May 28 03:12:52 CEST 2013


http://hg.python.org/cpython/rev/2ea849fde22b
changeset:   83940:2ea849fde22b
user:        Brett Cannon <brett at python.org>
date:        Mon May 27 21:12:40 2013 -0400
summary:
  NEWS entry for issue #18072

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -100,6 +100,9 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list