NEWS entry for issue #18072

This commit is contained in:
Brett Cannon 2013-05-27 21:12:40 -04:00
parent 3b62ca88e4
commit fc508dd608
1 changed files with 3 additions and 0 deletions

View File

@ -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.