Issue #1916. Added isgenerator() and isgeneratorfunction() to
inspect.py.  Thanks Javi Mansilla for patch review and
corrections.
diff --git a/Misc/NEWS b/Misc/NEWS
index a722195..1289844 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -414,6 +414,8 @@
 Library
 -------
 
+- Issue #1916. Added isgenerator() and isgeneratorfunction() to inspect.py.
+
 - ctypes instances that are not or do not contain pointers can now be
   pickled.