summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-07-01 11:01:35 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-07-01 11:01:35 (GMT)
commit7c85fa4a5203912aca564ce719a0fdd0fd5411e5 (patch)
tree6e36321b63337cb115f3ef1cdea79a7637b78a84 /Misc
parent2ccf5d689bc1b893fc89ba3f5131a5f504dff1cd (diff)
downloadcpython-7c85fa4a5203912aca564ce719a0fdd0fd5411e5.zip
cpython-7c85fa4a5203912aca564ce719a0fdd0fd5411e5.tar.gz
cpython-7c85fa4a5203912aca564ce719a0fdd0fd5411e5.tar.bz2
Move Decimal from the sandbox into production.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 39d8450..7d21994 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -350,6 +350,8 @@ Extension modules
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.