]> granicus.if.org Git - python/commitdiff
Misc/NEWS entry for r68317
authorMark Dickinson <dickinsm@gmail.com>
Sun, 4 Jan 2009 21:25:40 +0000 (21:25 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 4 Jan 2009 21:25:40 +0000 (21:25 +0000)
Misc/NEWS

index 5baef3d451cffe5cb98c0d1fdd1f3fe4b26eba53..d9ea2cd5709a7d9570714d97656970338e68073e 100644 (file)
--- 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.