diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-10 23:21:49 (GMT) |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-10 23:21:49 (GMT) |
commit | 375dc9b8b42cd9a8b98679c751dc859620956be3 (patch) | |
tree | 060aadab7a2f633b28c029e131b568afe0f165f6 /Misc/NEWS | |
parent | 711e91b28397281f95c2d98dfc9561d38b8f8c41 (diff) | |
parent | 3492e39b447a8e76df9da1cc05bd1cdf504e74f1 (diff) | |
download | cpython-375dc9b8b42cd9a8b98679c751dc859620956be3.zip cpython-375dc9b8b42cd9a8b98679c751dc859620956be3.tar.gz cpython-375dc9b8b42cd9a8b98679c751dc859620956be3.tar.bz2 |
Merge with 3.3 for Issue #19544 and Issue #7457
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,10 @@ Core and Builtins Library ------- +- Issue #19544 and Issue #7457: Restore the read_pkg_file method to + distutils.dist.DistributionMetadata accidentally removed in the undo of + distutils2. + - Issue #16685: Added support for any bytes-like objects in the audioop module. Removed support for strings. |