summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 95d13ba..2ef3424 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -366,6 +366,9 @@ Extension Modules
Library
-------
+- Patch #1215184: fileinput now has a fileno() function for getting the
+ current file number.
+
- Patch #1349274: gettext.install() now optionally installs additional
translation functions other than _() in the builtin namespace.