Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM Rodrigues

This commit is contained in:
Martin Panter 2016-01-16 06:26:54 +00:00
parent 7b3a82ff55
commit 7978e10441
3 changed files with 11 additions and 1 deletions

View file

@ -82,7 +82,8 @@ XXX Possible additions:
import sys, os
__all__ = ["input", "close", "nextfile", "filename", "lineno", "filelineno",
"isfirstline", "isstdin", "FileInput"]
"fileno", "isfirstline", "isstdin", "FileInput", "hook_compressed",
"hook_encoded"]
_state = None