Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.77.0rc1 | David Robertson | 2023-02-07 | 1 | -1/+0 |
| | |||||
* | Use StrCollection in place of Collection[str] in (most) handlers code. (#14922) | Patrick Cloke | 2023-01-26 | 1 | -0/+1 |
Due to the increased safety of StrCollection over Collection[str] and Sequence[str]. |