Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', '').
diff --git a/Misc/NEWS b/Misc/NEWS
index 0452f83..23f6712 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,6 +152,8 @@
 Library
 -------
 
+- Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', '').
+
 - Patch #787789: allow to pass custom TestRunner instances to unittest's
   main() function.