Skip to content

Commit 9cf4eb9

Browse files
authored
Merge pull request #4824 from Repiteo/type-hints-environment
Implement type hints for Environment and environment utilities
2 parents 50697c6 + 3926d99 commit 9cf4eb9

File tree

7 files changed

+508
-280
lines changed

7 files changed

+508
-280
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
2626
- Purge vim/emac local variable bloat.
2727
- Implement type hints for Node subclasses.
2828
- Ruff: Handle F401 exclusions more granularly, remove per-file exclusions.
29+
- Implement type hints for Environment and environment utilities.
2930
- Deprecated Python 3.7 & 3.8 support.
3031

3132
From William Deegan:

RELEASE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ DEVELOPMENT
105105
- Unify internal "_null" sentinel usage.
106106
- Docbook tests: improve skip message, more clearly indicate which test
107107
need actual installed system programs (add -live suffix).
108+
- Implement type hints for Environment and environment utilities.
108109

109110
- MSVC: Added a host/target batch file configuration table for Visual
110111
Studio 2026. Visual Studio 2026 removed support for 32-bit arm targets.

0 commit comments

Comments
 (0)