commit | 67e9fb9d7afbd9935322420a7cadd4cb6538dcdf | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Feb 19 13:56:17 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Feb 19 13:56:17 2006 +0000 |
tree | 2d6905f185cfca51ba3d9462882935c35a01b4fb | |
parent | 602b9ba6b37c4ac4ed445f8c9e9dccd68d631899 [diff] [blame] |
Patch #1215184: fileinput now has a fileno() function for getting the current file number.
diff --git a/Misc/NEWS b/Misc/NEWS index 95d13ba..2ef3424 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -366,6 +366,9 @@ 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.