Issue #5913: os.listdir() should fail for empty path on windows.
diff --git a/Misc/NEWS b/Misc/NEWS
index e372a62..6b7a94d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -266,6 +266,8 @@
 Library
 -------
 
+- Issue #5913: os.listdir() should fail for empty path on windows.
+
 - Issue #5084: unpickling now interns the attribute names of pickled objects,
   saving memory and avoiding growth in size of subsequent pickles. Proposal
   and original patch by Jake McGuire.