Issue #9377: Use Unicode API for gethostname on Windows.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6b63779..dd18844 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -160,6 +160,8 @@
 Extensions
 ----------
 
+- Issue #9377: Use Unicode API for gethostname on Windows.
+
 - Issue #10143: Update "os.pathconf" values.
 
 - Issue #6518: Support context manager protcol for ossaudiodev types.