Jesper Torp Kristensen

Results 1 issues of Jesper Torp Kristensen

I ran into the problem that ``` >>> Language("da") == Language.get("da") True >>> Language("da") in {Language.get("da")} False ``` I know that the `Language` constructor specifies that `It's inefficient to call...