#16664: Add regression tests for glob's behaviour concerning "."-entries
Patch by Sebastian Kreft.
diff --git a/Misc/NEWS b/Misc/NEWS
index de2f3ba..44b9b06 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -548,6 +548,9 @@
Tests
-----
+- Issue #16664: Add regression tests for glob's behaviour concerning entries
+ starting with a ".". Patch by Sebastian Kreft.
+
- Issue #15747: ZFS always returns EOPNOTSUPP when attempting to set the
UF_IMMUTABLE flag (via either chflags or lchflags); refactor affected
tests in test_posix.py to account for this.