Kaydet (Commit) 44f99d0a authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

fileinput.hook_encoded() uses io.open(), not codecs.open().

üst b6886505
......@@ -181,7 +181,7 @@ The two following opening hooks are provided by this module:
.. function:: hook_encoded(encoding)
Returns a hook which opens each file with :func:`codecs.open`, using the given
Returns a hook which opens each file with :func:`io.open`, using the given
*encoding* to read the file.
Usage example: ``fi =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment