Issue #3366:  Add gamma function to math module.
(lgamma, erf and erfc to follow).
diff --git a/Misc/NEWS b/Misc/NEWS
index e742ffc..70623b2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1341,6 +1341,8 @@
 Extension Modules
 -----------------
 
+- Issue #3366: Add gamma function to math module.
+
 - Issue #6823: Allow time.strftime() to accept a tuple with a isdst field
   outside of the range of [-1, 1] by normalizing the value to within that
   range.