From: Benjamin Peterson Date: Wed, 27 Jan 2010 01:51:29 +0000 (+0000) Subject: add issue number X-Git-Tag: v3.2a1~1799 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a11a36603783011c4ffaed1b941059258739b6b;p=thirdparty%2FPython%2Fcpython.git add issue number --- diff --git a/Misc/NEWS b/Misc/NEWS index c5d0e47a6994..cf777df46f3a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -234,7 +234,7 @@ C-API 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.