From 6f9073155284174fb6a53b2038263a8d83ae5922 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 27 Jan 2013 13:10:33 -0500 Subject: [PATCH] Drop the concept of Extension Modules from Misc/NEWS; the stdlib is the stdlib regardless of implementation language --- Misc/NEWS | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.50.1