Issue #16443: Add docstrings to regular expression match objects.

Patch by Anton Kasyanov.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2b50cbb..4ddcd00 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -179,6 +179,9 @@
 Library
 -------
 
+- Issue #16443: Add docstrings to regular expression match objects.
+  Patch by Anton Kasyanov.
+
 - Issue #16646: ftplib.FTP.makeport() might lose socket error details.
   (patch by Serhiy Storchaka)