summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-02-19 13:56:17 (GMT)
committerGeorg Brandl <georg@python.org>2006-02-19 13:56:17 (GMT)
commit67e9fb9d7afbd9935322420a7cadd4cb6538dcdf (patch)
tree2d6905f185cfca51ba3d9462882935c35a01b4fb /Misc
parent602b9ba6b37c4ac4ed445f8c9e9dccd68d631899 (diff)
downloadcpython-67e9fb9d7afbd9935322420a7cadd4cb6538dcdf.zip
cpython-67e9fb9d7afbd9935322420a7cadd4cb6538dcdf.tar.gz
cpython-67e9fb9d7afbd9935322420a7cadd4cb6538dcdf.tar.bz2
Patch #1215184: fileinput now has a fileno() function for getting the
current file number.
Diffstat (limited to 'Misc')
-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.