diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-01-27 01:47:14 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-01-27 01:47:14 (GMT) |
commit | 255058fae340f354df12bb27533aa66b7f82d30f (patch) | |
tree | 6a6c08a244282c55586d77f6a4dbc51e14b675a6 /Misc | |
parent | d8aef76f6e843368b05d424ad1cc64299288cbb5 (diff) | |
download | cpython-255058fae340f354df12bb27533aa66b7f82d30f.zip cpython-255058fae340f354df12bb27533aa66b7f82d30f.tar.gz cpython-255058fae340f354df12bb27533aa66b7f82d30f.tar.bz2 |
don't accept bytes in FileIO.write #7785
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -234,6 +234,8 @@ C-API Library ------- +- Don't accept bytes in FileIO.write(). + - Removed the functions 'verify' and 'vereq' from Lib/test/support.py. - Issue #7773: Fix an UnboundLocalError in platform.linux_distribution() when |