summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-19 23:23:16 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-04-19 23:23:16 (GMT)
commitabe4d52a1a175b784a5ccae6f31638fb9bf7bfe4 (patch)
treeb39ac1a830a308cc000244bccfd70d41468268b3 /Misc/NEWS
parentf8d6f73f264f2adefdd87c03bebb66a069ead393 (diff)
parent8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818 (diff)
downloadcpython-abe4d52a1a175b784a5ccae6f31638fb9bf7bfe4.zip
cpython-abe4d52a1a175b784a5ccae6f31638fb9bf7bfe4.tar.gz
cpython-abe4d52a1a175b784a5ccae6f31638fb9bf7bfe4.tar.bz2
Merge doc and comment fixes from 3.5
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d202362..b144861 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5851,8 +5851,8 @@ Library
- Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID,
NID, short name and long name.
-- Issue #19282: dbm.open now supports the context management protocol. (Inital
- patch by Claudiu Popa)
+- Issue #19282: dbm.open now supports the context management protocol.
+ (Initial patch by Claudiu Popa)
- Issue #8311: Added support for writing any bytes-like objects in the aifc,
sunau, and wave modules.
@@ -5946,7 +5946,7 @@ Library
- Issue #19227: Remove pthread_atfork() handler. The handler was added to
solve #18747 but has caused issues.
-- Issue #19420: Fix reference leak in module initalization code of
+- Issue #19420: Fix reference leak in module initialization code of
_hashopenssl.c
- Issue #19329: Optimized compiling charsets in regular expressions.