commit | aaedcef5786f10593b51d389423b5d7ce97727c0 | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Sun Jan 25 23:34:00 2009 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Sun Jan 25 23:34:00 2009 +0000 |
tree | d6ab4169256b4b910dd2c48b3ee2b204ddc36edc | |
parent | 1afe6ddd07c892cadc38b2a6100265ce0fea7365 [diff] |
Fixed #1885: --formats=tar,gztar was not working properly in the sdist command
diff --git a/Misc/NEWS b/Misc/NEWS index ac54ab8..9878199 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -145,6 +145,9 @@ 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().