diff options
author | Georg Brandl <georg@python.org> | 2006-02-19 13:56:17 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-02-19 13:56:17 (GMT) |
commit | 67e9fb9d7afbd9935322420a7cadd4cb6538dcdf (patch) | |
tree | 2d6905f185cfca51ba3d9462882935c35a01b4fb /Misc | |
parent | 602b9ba6b37c4ac4ed445f8c9e9dccd68d631899 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |