File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Version 2024.04.11:
2+
3+ Updates:
4+ * Change error message hint to suggest `X | None` rather than `Optional[X]`.
5+
6+ Bug fixes:
7+ * Take the 'maybe_missing_members' attribute into account when setting up enum
8+ classes.
9+ * Fix a bug in signature compatibility checking.
10+ * Teach main.py how to fix unescaped spaces in command-line arguments.
11+ * Fix return type of exit() and quit().
12+ * Update pytype_runner.py - change escape_ninja_path to escape all the ninja
13+ path escape-needing characters
14+ * Modify type annotations for coroutines as soon as they are created.
15+ * Fully promote __init_subclass__ to a classmethod.
16+
117Version 2024.03.19:
218
319Updates:
Original file line number Diff line number Diff line change 11# pylint: skip-file
2- __version__ = '2024.03.19 '
2+ __version__ = '2024.04.11 '
You can’t perform that action at this time.
0 commit comments