summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-01-25 23:34:00 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-01-25 23:34:00 (GMT)
commitaaedcef5786f10593b51d389423b5d7ce97727c0 (patch)
treed6ab4169256b4b910dd2c48b3ee2b204ddc36edc /Misc
parent1afe6ddd07c892cadc38b2a6100265ce0fea7365 (diff)
downloadcpython-aaedcef5786f10593b51d389423b5d7ce97727c0.zip
cpython-aaedcef5786f10593b51d389423b5d7ce97727c0.tar.gz
cpython-aaedcef5786f10593b51d389423b5d7ce97727c0.tar.bz2
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 ac54ab8..9878199 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -145,6 +145,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 #4863: distutils.mwerkscompiler has been removed.
- Added a new function: itertools.compress().