File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,27 +29,6 @@ Unreleased
2929Version 8.3.3
3030-------------
3131
32- Unreleased
33-
34- - :class: `ParamType ` typing improvements. :pr: `3371 `
35-
36- - :class: `ParamType ` is now a generic abstract base class,
37- parameterized by its converted value type.
38- - :meth: `~ParamType.convert ` return types are narrowed on all
39- concrete types (``str `` for :class: `STRING `, ``int `` for
40- :class: `INT `, etc.).
41- - :meth: `~ParamType.to_info_dict ` returns specific
42- :class: `~typing.TypedDict ` subclasses instead of
43- ``dict[str, Any] ``.
44- - :class: `CompositeParamType ` and the number-range base are now
45- generic with abstract methods.
46- - Split string values from ``default_map `` for parameters with ``nargs > 1 ``
47- or :class: `Tuple ` type, matching environment variable behavior.
48- :issue: `2745 ` :pr: `3364 `
49-
50- Version 8.3.3
51- -------------
52-
5332Released 2026-04-20
5433
5534- Use :func: `shlex.split ` to split pager and editor commands into ``argv ``
You can’t perform that action at this time.
0 commit comments