commit | 3c8de0ff270127d820a35c970f9d959781371924 | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Mon Oct 05 17:35:51 2009 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Mon Oct 05 17:35:51 2009 +0000 |
tree | 59bcdc4e929202299d7896b95313d21c50c239c2 | |
parent | f1250781326184cde36b41bcce44d0eacc3a5bd2 [diff] [blame] |
Fixed #7064: making sure get_ext_filename is called as Setuptools is assuming so it doesn't break it
diff --git a/Misc/NEWS b/Misc/NEWS index 8d7021f..3e1d962 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Library ------- +- Issue #7064: Fixed the incompatibility with Setuptools in distutils + when running the build_ext command. + - Issue #7052: Removed nonexisting NullHandler from logging.__all__. - Issue #7039: Fixed distutils.tests.test_sysconfig when running on