summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c5d0e47..cf777df 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.