]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add issue number
authorBenjamin Peterson <benjamin@python.org>
Wed, 27 Jan 2010 01:51:29 +0000 (01:51 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 27 Jan 2010 01:51:29 +0000 (01:51 +0000)
Misc/NEWS

index c5d0e47a6994542751205b740dee19353f9a0275..cf777df46f3a041632116bf57fad2cdce4fac6d5 100644 (file)
--- 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.