Make distutils "install --home" support all platforms.
diff --git a/Misc/NEWS b/Misc/NEWS
index b5038f7..caaed29 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -365,6 +365,9 @@
- refactored site.py into functions. Also wrote regression tests for the
module.
+- The distutils install command now supports the --home option and
+ installation scheme for all platforms.
+
- The distutils sdist command now ignores all .svn directories, in
addition to CVS and RCS directories. .svn directories hold
administrative files for the Subversion source control system.