News

Python 3.11 adds the LiteralString type for string constants, allowing functions to accept arbitrary literal strings such as Literal ['hoge'] and Literal ['foo'].