Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name
diff --git a/Misc/NEWS b/Misc/NEWS
index 4bdf418..bceed46 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -100,6 +100,9 @@
 Library
 -------
 
+- Issue #13803: Under Solaris, distutils doesn't include bitness
+  in the directory name.
+
 - Issue #13589: Fix some serialization primitives in the aifc module.
   Patch by Oleg Plakhotnyuk.