Install 2to3 script.
diff --git a/Misc/NEWS b/Misc/NEWS
index 54d955b..172b42a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -160,6 +160,8 @@
 Build
 -----
 
+- A new script 2to3 is now installed, to run the 2.x to 3.x converter.
+
 - Python/memmove.c and Python/strerror.c have been removed; both functions are
   in the C89 standard library.