| commit | 9a11a36603783011c4ffaed1b941059258739b6b | [log] [tgz] | 
|---|---|---|
| author | Benjamin Peterson <benjamin@python.org> | Wed Jan 27 01:51:29 2010 +0000 | 
| committer | Benjamin Peterson <benjamin@python.org> | Wed Jan 27 01:51:29 2010 +0000 | 
| tree | f34a93ca575b6d5463ee5a2ff1c518540e09628e | |
| parent | 255058fae340f354df12bb27533aa66b7f82d30f [diff] [blame] | 
add issue number
diff --git a/Misc/NEWS b/Misc/NEWS index c5d0e47..cf777df 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -234,7 +234,7 @@ Library ------- -- Don't accept bytes in FileIO.write(). +- Issue #7785: Don't accept bytes in FileIO.write(). - Removed the functions 'verify' and 'vereq' from Lib/test/support.py.