diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-01-01 16:09:52 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-01-01 16:09:52 (GMT) |
commit | 8ed9a8069dbef331d6097dcd2895f7cbf012897e (patch) | |
tree | e44da6de8c42e8c0d65cabd8caa91c483d2d2df4 | |
parent | 0f22d69cf6cb5e1bcf7aab4a81836c466a88ec86 (diff) | |
download | cpython-8ed9a8069dbef331d6097dcd2895f7cbf012897e.zip cpython-8ed9a8069dbef331d6097dcd2895f7cbf012897e.tar.gz cpython-8ed9a8069dbef331d6097dcd2895f7cbf012897e.tar.bz2 |
News fix. On py3k, `str' is unicode. should use `bytes'.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |