From 514d483a7d549db0593510181277164c20b7d9bd Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Sun, 4 Jan 2009 21:25:40 +0000 Subject: Misc/NEWS entry for r68317 --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v0.12