summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-01-26 17:20:15 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-01-26 17:20:15 (GMT)
commitf66326f8bd182659a31f3e762efb47cdfd24b588 (patch)
treee444bb64bdfb043a946942ac55bb102a141b3fe2 /Misc
parent8fb67e038e7888c4e147b384a370c2817a428d16 (diff)
downloadcpython-f66326f8bd182659a31f3e762efb47cdfd24b588.zip
cpython-f66326f8bd182659a31f3e762efb47cdfd24b588.tar.gz
cpython-f66326f8bd182659a31f3e762efb47cdfd24b588.tar.bz2
Merged revisions 68951 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68951 | tarek.ziade | 2009-01-26 00:34:00 +0100 (Mon, 26 Jan 2009) | 1 line Fixed #1885: --formats=tar,gztar was not working properly in the sdist command ........
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 237fb50..431a3e0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -194,6 +194,9 @@ Core and Builtins
Library
-------
+- Issue #1885: distutils. When running sdist with --formats=tar,gztar
+ the tar file was overriden by the gztar one.
+
- Issue #1672332: fix unpickling of subnormal floats, which was
producing a ValueError on some platforms.