File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
Pending Removal in Python 3.16
2
2
------------------------------
3
3
4
- * :class: `array.array ` ``'u' `` type (:c:type: `wchar_t `):
4
+ * :mod: `array `:
5
+ :class: `array.array ` ``'u' `` type (:c:type: `wchar_t `):
5
6
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.
34
34
:class: `complex `: these methods will be required to return an instance of
35
35
:class: `complex `.
36
36
* 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 `.)
37
41
38
42
* :mod: `calendar `: ``calendar.January `` and ``calendar.February `` constants are
39
43
deprecated and replaced by :data: `calendar.JANUARY ` and
You can’t perform that action at this time.
0 commit comments