]> granicus.if.org Git - python/commitdiff
merge 11164
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 9 May 2011 06:12:19 +0000 (08:12 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 9 May 2011 06:12:19 +0000 (08:12 +0200)
1  2 
Lib/test/test_minidom.py
Lib/test/test_sax.py
Misc/NEWS

Simple merge
Simple merge
diff --cc Misc/NEWS
index eec84f7b372b0b52562a2adf475783ee518c9070,6c942afba8c9d6a6744c170df3c2d7313c8c2915..36a6cb5dba3188e32cfc2edc2a4d16bc7e9a0d3f
+++ b/Misc/NEWS
@@@ -140,18 -83,8 +140,20 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #11164: Stop trying to use _xmlplus in the xml module.
 +- Issue #11888: Add log2 function to math module. Patch written by Mark
 +  Dickinson.
 +
 +- Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional.
 +
 +- Issue #8407: The signal handler writes the signal number as a single byte
 +  instead of a nul byte into the wakeup file descriptor. So it is possible to
 +  wait more than one signal and know which signals were raised.
 +
 +- Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the
 +  signal module.
 +
  - Issue #11927: SMTP_SSL now uses port 465 by default as documented.  Patch
    by Kasun Herath.