Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 243 Bytes

TODO.md

File metadata and controls

8 lines (7 loc) · 243 Bytes

TODO

  • Translation of following files:
    • Parser, ParserTest
    • Message, MessageTest
  • When Python 3.10 is adapted:
    • replace Union[x,y] with x|y and Optional[x] with x|None in annotations
    • use f-strings instead of .format-strings