Issue #6687: Moved the special-case for integers out of PyBytes_FromObject.
diff --git a/Misc/NEWS b/Misc/NEWS
index 64319f0..ba555ee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -140,6 +140,9 @@
 
 - Issue #4856: Remove checks for win NT.
 
+- Issue #6687: PyBytes_FromObject() no longer accepts an integer as its
+  argument to construct a null-initialized bytes object.
+
 C-API
 -----