diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-12-08 09:45:25 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-12-08 09:45:25 (GMT) |
commit | b88a49607a6e36489a41003a66b673f573f32069 (patch) | |
tree | 397cb44893ec683ae459905d4b3d2f022a462410 /Doc/whatsnew | |
parent | 0b9293f28bcfc05cb67b2b3f9c6c1fec3194ea28 (diff) | |
download | cpython-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 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index b791866..82012fb 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -539,6 +539,10 @@ changes, or look through the Subversion logs for all the details. process, but instead simply not install the failing extension. (Contributed by Georg Brandl; :issue:`5583`.) + Issue #7457: added a read_pkg_file method to.distutils.dist.DistributionMetadata + see file:///MacDev/svn.python.org/python-trunk/Doc/build/html/distutils/examples.html#reading-the-metadata + (:issue:`7457`, added by Tarek). + * The :class:`Fraction` class now accepts two rational numbers as arguments to its constructor. (Implemented by Mark Dickinson; :issue:`5812`.) |