Commit 8ed9a806 authored by Hirokazu Yamamoto's avatar Hirokazu Yamamoto

News fix. On py3k, `str' is unicode. should use `bytes'.

parent 0f22d69c
......@@ -13,7 +13,7 @@ Core and Builtins
-----------------
- Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open
file with `str' filename on Windows.
file with `bytes' filename on Windows.
- Issue #3680: Reference cycles created through a dict, set or deque iterator
did not get collected.
......
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