Skip to content

[9.10] docs: Don't use str.isascii

Ben Gamari requested to merge wip/ghc-9.10 into ghc-9.10

str.isascii is only supported in Python 3.7 and later.

Merge request reports