From a5411a6962735812a21c1f4f097bc5d21fef14f3 Mon Sep 17 00:00:00 2001 From: "mark.dickinson" Date: Sun, 4 Jan 2009 21:25:40 +0000 Subject: [PATCH] Misc/NEWS entry for r68317 git-svn-id: http://svn.python.org/projects/python/trunk@68318 6015fed2-1504-0410-9fe1-9d1591cc4771 --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 5baef3d451..d9ea2cd570 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. -- 2.11.4.GIT