mirror of
https://github.com/python/cpython.git
synced 2025-10-03 21:55:41 +00:00
News fix. On py3k, str' is unicode. should use
bytes'.
This commit is contained in:
parent
0f22d69cf6
commit
8ed9a8069d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Core and Builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
- Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open
|
- 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
|
- Issue #3680: Reference cycles created through a dict, set or deque iterator
|
||||||
did not get collected.
|
did not get collected.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue