[Python-checkins] cpython: Drop the concept of Extension Modules from Misc/NEWS; the stdlib is the stdlib
brett.cannon
python-checkins at python.org
Sun Jan 27 19:10:43 CET 2013
http://hg.python.org/cpython/rev/1fabff717ef4
changeset: 81787:1fabff717ef4
user: Brett Cannon <brett at python.org>
date: Sun Jan 27 13:10:33 2013 -0500
summary:
Drop the concept of Extension Modules from Misc/NEWS; the stdlib is the stdlib regardless of implementation language
files:
Misc/NEWS | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -689,9 +689,6 @@
- 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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list