summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-10-06 22:20:08 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-10-06 22:20:08 (GMT)
commit435ee1fcd2ecbc6e0023f44da0ec4eb082be3f2f (patch)
treec873519896af9db519ac290623d69c2ba132077f /Misc
parent4c63a972d194459ac17994d7f6d0be012880d740 (diff)
parent1e218c98df744fb3ea6db296669baa82ee60838d (diff)
downloadcpython-435ee1fcd2ecbc6e0023f44da0ec4eb082be3f2f.zip
cpython-435ee1fcd2ecbc6e0023f44da0ec4eb082be3f2f.tar.gz
cpython-435ee1fcd2ecbc6e0023f44da0ec4eb082be3f2f.tar.bz2
More whatsnew updates.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/HISTORY8
1 files changed, 3 insertions, 5 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY
index 954a87f..7fbdc85 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -2703,7 +2703,7 @@ Library
- Issue #8540: Remove deprecated Context._clamp attribute in Decimal module.
-- Issue #13235: Added PendingDeprecationWarning to warn() method and function.
+- Issue #13235: Added DeprecationWarning to logging.warn() method and function.
- Issue #9168: now smtpd is able to bind privileged port.
@@ -2724,12 +2724,12 @@ Library
in order to display the prompt correctly.
- Issue #12454: The mailbox module is now using ASCII, instead of the locale
- encoding, to read and write MH mailboxes (.mh_sequences files).
+ encoding, to read and write .mh_sequences files.
- Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are
now available on Windows.
-- issue #1673007: urllib2 to support HEAD request via new method argument.
+- Issue #1673007: urllib.request now supports HEAD request via new method argument.
Patch contributions by David Stanek, Patrick Westerhoff and Ezio Melotti.
- Issue #12386: packaging does not fail anymore when writing the RESOURCES
@@ -2770,8 +2770,6 @@ Library
metaclass is registered with copyreg. Patch by Nicolas M. ThiƩry and Craig
Citro.
-- 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.