]> granicus.if.org Git - python/commitdiff
Drop the concept of Extension Modules from Misc/NEWS; the stdlib is the stdlib regard...
authorBrett Cannon <brett@python.org>
Sun, 27 Jan 2013 18:10:33 +0000 (13:10 -0500)
committerBrett Cannon <brett@python.org>
Sun, 27 Jan 2013 18:10:33 +0000 (13:10 -0500)
Misc/NEWS

index 5bde95b791d1909c13ea89aa553849f7e4128b11..b400a6e20c984d3ddbf5b793f2f9c188d8837a71 100644 (file)
--- 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