commit | 39411f60a2d716a6e61f7a9b4c445b3d8492b9ef | [log] [tgz] |
---|---|---|
author | Mark Dickinson <mdickinson@enthought.com> | Mon Oct 24 10:31:52 2011 +0100 |
committer | Mark Dickinson <mdickinson@enthought.com> | Mon Oct 24 10:31:52 2011 +0100 |
tree | 5b4f34c9e72a66985abf0568925b3a7b1d5721d0 | |
parent | 037ffbf1823cc90fbb8d8c92050aca46d7583fae [diff] [blame] |
Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from Decimal module.
diff --git a/Misc/NEWS b/Misc/NEWS index be4a27c..2ab8047 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -338,6 +338,8 @@ Library ------- +- Issue #8540: Remove deprecated Context._clamp attribute in Decimal module. + - Issue #13235: Added PendingDeprecationWarning to warn() method and function. - Issue #9168: now smtpd is able to bind privileged port.