From: Ezio Melotti Date: Thu, 19 Apr 2012 01:36:03 +0000 (-0600) Subject: #14538: merge with 3.2. X-Git-Tag: v3.3.0a3~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dea6c21a9c78624786cbca0f2a318208bdc4213e;p=python #14538: merge with 3.2. --- dea6c21a9c78624786cbca0f2a318208bdc4213e diff --cc Misc/NEWS index 598b9a8386,44cb4a10fa..e5eed118c0 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -52,22 -27,31 +52,25 @@@ Core and Builtin Library ------- +- Issue #11750: The Windows API functions scattered in the _subprocess and + _multiprocessing.win32 modules now live in a single module "_winapi". + Patch by sbt. + +- Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. + + - Issue #14538: HTMLParser can now parse correctly start tags that contain + a bare '/'. + - Issue #14452: SysLogHandler no longer inserts a UTF-8 BOM into the message. +- Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType. + +- Issue #13959: Make imp.reload() always use a module's __loader__ to perform + the reload. + +- Issue #13959: Add imp.py and rename the built-in module to _imp, allowing for + re-implementing parts of the module in pure Python. + - Issue #13496: Fix potential overflow in bisect.bisect algorithm when applied to a collection of size > sys.maxsize / 2.