File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -737,6 +737,11 @@ Decimal objects
737737 resulting exponent is greater than :attr: `Emax ` or less than
738738 :attr: `Etiny `.
739739
740+ .. deprecated :: 3.3
741+ *watchexp * is an implementation detail from the pure Python version
742+ and is not present in the C version. It will be removed in version
743+ 3.4, where it defaults to ``True ``.
744+
740745 .. method :: radix()
741746
742747 Return ``Decimal(10) ``, the radix (base) in which the :class: `Decimal `
Original file line number Diff line number Diff line change @@ -1190,6 +1190,10 @@ API changes
11901190 changed to match the order displayed by :func: `repr `.
11911191
11921192
1193+ * The ``watchexp `` parameter in the :meth: `~decimal.Decimal.quantize ` method
1194+ is deprecated.
1195+
1196+
11931197ftplib
11941198------
11951199
Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ Core and Builtins
5151Library
5252-------
5353
54+ - Issue #10650: Deprecate the watchexp parameter of the Decimal.quantize()
55+ method.
56+
5457- Issue #15785: Modify window.get_wch() API of the curses module: return
5558 a character for most keys, and an integer for special keys, instead of
5659 always returning an integer. So it is now possible to distinguish special
You can’t perform that action at this time.
0 commit comments