Decode NIS data to fs encoding, using the surrogate error handler.
diff --git a/Misc/NEWS b/Misc/NEWS
index 31fec7a..3512e86 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -69,7 +69,8 @@
- Issue #5737: Add Solaris-specific mnemonics in the errno module. Patch by
Matthew Ahrens.
-- Restore GIL in nis_cat in case of error.
+- Restore GIL in nis_cat in case of error. Decode NIS data to fs encoding,
+ using the surrogate error handler.
- Issue #665761: ``functools.reduce()`` will no longer mask exceptions
other than ``TypeError`` raised by the iterator argument.