summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-12-08 09:45:25 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-12-08 09:45:25 (GMT)
commitb88a49607a6e36489a41003a66b673f573f32069 (patch)
tree397cb44893ec683ae459905d4b3d2f022a462410 /Misc
parent0b9293f28bcfc05cb67b2b3f9c6c1fec3194ea28 (diff)
downloadcpython-b88a49607a6e36489a41003a66b673f573f32069.zip
cpython-b88a49607a6e36489a41003a66b673f573f32069.tar.gz
cpython-b88a49607a6e36489a41003a66b673f573f32069.tar.bz2
Merged revisions 76702,76704 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76702 | tarek.ziade | 2009-12-08 09:56:49 +0100 (Tue, 08 Dec 2009) | 1 line Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata so we can read back PKG-INFO files ........ r76704 | tarek.ziade | 2009-12-08 10:39:51 +0100 (Tue, 08 Dec 2009) | 1 line removed the usage of rfc822 in favor of email.message.Message ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2f76238..534918f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -154,6 +154,9 @@ C-API
Library
-------
+- Issue #7457: added a read_pkg_file method to
+ distutils.dist.DistributionMetadata.
+
- logging: Added optional `secure` parameter to SMTPHandler, to enable use of
TLS with authentication credentials.