summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-01-04 21:25:40 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-01-04 21:25:40 (GMT)
commit514d483a7d549db0593510181277164c20b7d9bd (patch)
tree4d2b556133469e3227f54e8128f28a95f38d6d74 /Misc
parent65808ff0c08e60572cf81ebe5dc24794a706f390 (diff)
downloadcpython-514d483a7d549db0593510181277164c20b7d9bd.zip
cpython-514d483a7d549db0593510181277164c20b7d9bd.tar.gz
cpython-514d483a7d549db0593510181277164c20b7d9bd.tar.bz2
Misc/NEWS entry for r68317
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 5baef3d..d9ea2cd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -108,6 +108,8 @@ Core and Builtins
Library
-------
+- Restore Python 2.3 compatibility for decimal.py.
+
- Issue #1702551: distutils sdist was not excluding VCS directories under
Windows. Inital solution by Guy Dalberto.