diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-19 23:23:16 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-19 23:23:16 (GMT) |
commit | abe4d52a1a175b784a5ccae6f31638fb9bf7bfe4 (patch) | |
tree | b39ac1a830a308cc000244bccfd70d41468268b3 /Misc/NEWS | |
parent | f8d6f73f264f2adefdd87c03bebb66a069ead393 (diff) | |
parent | 8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818 (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |