From: Brett Cannon Date: Sun, 27 Jan 2013 18:10:33 +0000 (-0500) Subject: Drop the concept of Extension Modules from Misc/NEWS; the stdlib is the stdlib regard... X-Git-Tag: v3.4.0a1~1511 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f9073155284174fb6a53b2038263a8d83ae5922;p=python Drop the concept of Extension Modules from Misc/NEWS; the stdlib is the stdlib regardless of implementation language --- diff --git a/Misc/NEWS b/Misc/NEWS index 5bde95b791..b400a6e20c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -689,9 +689,6 @@ Have py_compile use importlib as much as possible to avoid code duplication. - Issue #15906: Fix a regression in argparse caused by the preceding change, when ``action='append'``, ``type='str'`` and ``default=[]``. -Extension Modules ------------------ - - Issue #16113: Added sha3 module based on the Keccak reference implementation 3.2. The `hashlib` module has four additional hash algorithms: `sha3_224`, `sha3_256`, `sha3_384` and `sha3_512`. As part of the patch some common