]> granicus.if.org Git - python/commitdiff
#14538: merge with 3.2.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 19 Apr 2012 01:36:03 +0000 (19:36 -0600)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 19 Apr 2012 01:36:03 +0000 (19:36 -0600)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 598b9a83869edb3f80e42b43d35201118cd1bdc4,44cb4a10faa44494f2507161b2844b7e028c6267..e5eed118c063bb29e2d53aea15edfcef232abee5
+++ 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.