Issue #5737: Add Solaris-specific mnemonics in the errno module. Patch by
Matthew Ahrens.
diff --git a/Misc/ACKS b/Misc/ACKS
index 45cd1b7..4ad93a3 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -14,6 +14,7 @@
David Abrahams
Jim Ahlstrom
Farhan Ahmad
+Matthew Ahrens
Nir Aides
Yaniv Aknin
Jyrki Alakuijala
diff --git a/Misc/NEWS b/Misc/NEWS
index fe2080f..1e7acc6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,9 @@
Extensions
----------
+- Issue #5737: Add Solaris-specific mnemonics in the errno module. Patch by
+ Matthew Ahrens.
+
- Restore GIL in nis_cat in case of error.
- Issue #665761: ``functools.reduce()`` will no longer mask exceptions