Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases (detailed in the test
diff --git a/Misc/NEWS b/Misc/NEWS
index e9ee104..79c6a21 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -213,6 +213,9 @@
 Library
 -------
 
+- Issue #1491431: Fixed distutils.filelist.glob_to_re for edge cases.
+  Initial fix by Wayne Davison.
+
 - Issue #5693: TestSuite.__iter__ can now be consistently overridden in subclasses.
 
 - Issue #5694: removed spurious test output in Distutils (test_clean).