Issue #7233:  A number of two-argument Decimal methods were failing to
accept ints and longs for the second argument.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2e2f822..5025700 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -427,6 +427,9 @@
 Library
 -------
 
+- Issue #7233: Fix a number of two-argument Decimal methods to make sure
+  that they accept an int or long as the second argument.
+
 - Issue #4750: Store the basename of the original filename in the gzip FNAME
   header as required by RFC 1952.