Move Decimal from the sandbox into production.
diff --git a/Misc/NEWS b/Misc/NEWS
index 39d8450..7d21994 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -350,6 +350,8 @@
 Library
 -------
 
+- Added Decimal.py per PEP 327.
+
 - Bug #981299: rsync is now a recognized protocol in urlparse that uses a
   "netloc" portion of a URL.