diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-08-30 10:33:55 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-08-30 10:33:55 (GMT) |
commit | 0f8cab20d9d203530bd550fb237d55e8c1ce9e19 (patch) | |
tree | 26727da698212494b95b4ba5728366820443a490 /Doc/whatsnew | |
parent | ab0c3c7183d87ded2705c9f1ca0e9b877d87cc1a (diff) | |
download | cpython-0f8cab20d9d203530bd550fb237d55e8c1ce9e19.zip cpython-0f8cab20d9d203530bd550fb237d55e8c1ce9e19.tar.gz cpython-0f8cab20d9d203530bd550fb237d55e8c1ce9e19.tar.bz2 |
Closes #10650: Deprecate the watchexp parameter of Decimal.quantize().
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 27bf12d..e019ea7 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -1190,6 +1190,10 @@ API changes changed to match the order displayed by :func:`repr`. +* The ``watchexp`` parameter in the :meth:`~decimal.Decimal.quantize` method + is deprecated. + + ftplib ------ |