Patch #1337756: fileinput now accepts Unicode filenames.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f92bf4..47bb57a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -366,6 +366,8 @@
 Library
 -------
 
+- Patch #1337756: fileinput now accepts Unicode filenames.
+
 - Patch #1373643: The chunk module can now read chunks larger than
   two gigabytes.