diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-04-05 14:58:14 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-04-05 14:58:14 (GMT) |
commit | 0b93a6b19ac15acf8c57b58d1419f6ef1d2086ec (patch) | |
tree | ac7a421a9281024bc372f999f59c5e77e3cce457 /Doc/whatsnew | |
parent | 425aa2e11b71e9ed4f854a6e4312da0e4bd45411 (diff) | |
download | cpython-0b93a6b19ac15acf8c57b58d1419f6ef1d2086ec.zip cpython-0b93a6b19ac15acf8c57b58d1419f6ef1d2086ec.tar.gz cpython-0b93a6b19ac15acf8c57b58d1419f6ef1d2086ec.tar.bz2 |
added a note for Andrew, about distutils2
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 9590dce..7c5cb39 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -1042,6 +1042,9 @@ XXX write this. Distutils Enhancements --------------------------------- +XXX all of this work has been moved to Distutils2 +XXX Not sure what we should say here + Distutils is being more actively developed, thanks to Tarek Ziadé who has taken over maintenance of the package, so there are a number of fixes and improvements. |