Issue #13883: Document all platforms PYTHONCASEOK works on.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5e2c47e..ba60758 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -432,6 +432,8 @@
 Documentation
 -------------
 
+- Issue #13883: PYTHONCASEOK also used on OS X and OS/2.
+
 - Issue #12949: Document the kwonlyargcount argument for the PyCode_New
   C API function.