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
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 2f76238..534918f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -154,6 +154,9 @@
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.