#9862: On AIX PIPE_BUF is broken.  Make it 512.

Patch by Sébastien Sablé.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0e24737..55e57ba 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 Core and Builtins
 -----------------
 
+- Issue #9862: Compensate for broken PIPE_BUF in AIX by hard coding
+  its value as the default 512 when compiling on AIX.
+
 - Use locale encoding instead of UTF-8 to encode and decode filenames if
   Py_FileSystemDefaultEncoding is not set.