Merge 3.2
diff --git a/Misc/NEWS b/Misc/NEWS
index 822f8fc..2f185ac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -366,6 +366,9 @@
 Documentation
 -------------
 
+- Issue #14901: Update portions of the Windows FAQ.
+  Patch by Ashish Nitin Patil.
+
 - Issue #16267: Better document the 3.3+ approach to combining
   @abstractmethod with @staticmethod, @classmethod and @property