Bug #1524310: Properly report errors from FindNextFile in os.listdir.
Will backport to 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS
index eee36c6..e721414 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Bug #1524310: Properly report errors from FindNextFile in os.listdir.
+
 - Patch #1232023: Stop including current directory in search
   path on Windows.