Changes between Initial Version and Version 1 of Ticket #5268, comment 1


Ignore:
Timestamp:
06/03/2023 08:50:18 PM (11 months ago)
Author:
Bruce Dubbs

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5268, comment 1

    initial v1  
    11Version 2.1.3, Released 2023-06-02
    22
    3 - Implement `format_map`, `casefold`, `removeprefix`, and `removesuffix` methods. `#370`
    4 - Fix static typing for basic `str` methods on `Markup`. `#358`
    5 - Use `Self` for annotating return types. `#379`
     3- Implement `format_map`, `casefold`, `removeprefix`, and `removesuffix` methods.
     4- Fix static typing for basic `str` methods on `Markup`.
     5- Use `Self` for annotating return types.