reject None as the buffering argument like the C implementation does #8546
diff --git a/Misc/NEWS b/Misc/NEWS
index 2c2d2f2..de05472 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,8 @@
 Library
 -------
 
+- Issue #8546: Reject None given as the buffering argument to _pyio.open.
+
 - Issue #8549: Fix compiling the _ssl extension under AIX.  Patch by
   Sridhar Ratnakumar.