#10573: use actual/expected consistently in unittest methods. The order of the args of assertCountEqual is also changed.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9428d1b..f4741fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,9 @@
 Library
 -------
 
+- Issue #10573: use actual/expected consistently in unittest methods.
+  The order of the args of assertCountEqual is also changed.
+
 - Issue #9286: email.utils.parseaddr no longer concatenates blank-separated
   words in the local part of email addresses, thereby preserving the input.