Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name
diff --git a/Misc/NEWS b/Misc/NEWS
index 6ebacc9..9d32b12 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,6 +92,9 @@
- Issue #13589: Fix some serialization primitives in the aifc module.
Patch by Oleg Plakhotnyuk.
+- Issue #13803: Under Solaris, distutils doesn't include bitness
+ in the directory name.
+
- Issue #13642: Unquote before b64encoding user:password during Basic
Authentication. Patch contributed by Joonas Kuorilehto and Michele Orrù.