File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11Pending Removal in Python 3.16
22------------------------------
33
4- * :class: `array.array ` ``'u' `` type (:c:type: `wchar_t `):
4+ * :mod: `array `:
5+ :class: `array.array ` ``'u' `` type (:c:type: `wchar_t `):
56 use the ``'w' `` type instead (``Py_UCS4 ``).
7+
8+ * :mod: `symtable `:
9+ Deprecate :meth: `symtable.Class.get_methods ` due to the lack of interest.
10+ (Contributed by Bénédikt Tran in :gh: `119698 `.)
Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ although there is currently no date scheduled for their removal.
3434 :class: `complex `: these methods will be required to return an instance of
3535 :class: `complex `.
3636 * Delegation of ``int() `` to ``__trunc__() `` method.
37+ * Passing a complex number as the *real * or *imag * argument in the
38+ :func: `complex ` constructor is now deprecated; it should only be passed
39+ as a single positional argument.
40+ (Contributed by Serhiy Storchaka in :gh: `109218 `.)
3741
3842* :mod: `calendar `: ``calendar.January `` and ``calendar.February `` constants are
3943 deprecated and replaced by :data: `calendar.JANUARY ` and
You can’t perform that action at this time.
0 commit comments