Add __format__ method to Decimal, to support PEP 3101
diff --git a/Misc/NEWS b/Misc/NEWS
index 6df4ebc..4162b4c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -441,6 +441,8 @@
 Library
 -------
 
+- Add a __format__ method to Decimal, to support PEP 3101.
+
 - Add a timing parameter when using trace.Trace to print out timestamps.
 
 - #1627: httplib now ignores negative Content-Length headers.