]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
merge #4147: minidom's toprettyxml no longer adds whitespace to text nodes.
authorR David Murray <rdmurray@bitdance.com>
Sat, 1 Oct 2011 20:22:35 +0000 (16:22 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 1 Oct 2011 20:22:35 +0000 (16:22 -0400)
1  2 
Lib/test/test_minidom.py
Misc/ACKS
Misc/NEWS

Simple merge
diff --cc Misc/ACKS
Simple merge
diff --cc Misc/NEWS
index e07e3a742df8fcfc90e4d2ce2c9f038bf98931b6,42627a269285fa0aff705b970a2146c2a1cd5ca2..822594c26232eb39b9bc128513ba719f816fc457
+++ b/Misc/NEWS
@@@ -294,28 -119,6 +294,30 @@@ Core and Builtin
  Library
  -------
  
++- Issue #4147: minidom's toprettyxml no longer adds whitespace to text nodes.
++
 +- Issue #13034: When decoding some SSL certificates, the subjectAltName
 +  extension could be unreported.
 +
 +- Issue #9871: Prevent IDLE 3 crash when given byte stings
 +  with invalid hex escape sequences, like b'\x0'.
 +  (Original patch by Claudiu Popa.)
 +
 +- Issue #12306: Expose the runtime version of the zlib C library as a constant,
 +  ZLIB_RUNTIME_VERSION, in the zlib module. Patch by Torsten Landschoff.
 +
 +- Issue #12959: Add collections.ChainMap to collections.__all__.
 +
 +- Issue #8933: distutils' PKG-INFO files and packaging's METADATA files will
 +  now correctly report Metadata-Version: 1.1 instead of 1.0 if a Classifier or
 +  Download-URL field is present.
 +
 +- Issue #12567: Add curses.unget_wch() function. Push a character so the next
 +  get_wch() will return it.
 +
 +- Issue #9561: distutils and packaging now writes egg-info files using UTF-8,
 +  instead of the locale encoding.
 +
  - Issue #8286: The distutils command sdist will print a warning message instead
    of crashing when an invalid path is given in the manifest template.