mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 09:44:57 +00:00
This causes functions like string.upper() to misbehave on non-ASCII characters. Upstream also advises against it: http://bugs.python.org/issue9210 http://bugs.python.org/issue11309