Locale.parse()
no longer accepts None as the locale identifier
#977
Labels
Locale.parse()
no longer accepts None as the locale identifier
#977
Overview Description
Locale.parse()
no longer accepts None as the locale identifier, contrary to the type annotation.Steps to Reproduce
Actual Results
Expected Results
True
Reproducibility
👍
Additional Information
Arguably, the previous behaviour was useful. However, if this breaking change is intentional, the type annotation should be adjusted accordingly.
The text was updated successfully, but these errors were encountered: