1 https://www.illumos.org/issues/8361
2 Without this patch in C locale Python considers 0xa0 a space
4 --- Python-2.7.13/Lib/string.py.1 2017-06-10 03:33:29.959804221 +0000
5 +++ Python-2.7.13/Lib/string.py 2017-06-10 03:34:10.073176206 +0000
7 # that match <ctype.h>'s definitions.
10 - from strop import maketrans, lowercase, uppercase, whitespace
11 + from strop import maketrans, lowercase, uppercase
12 letters = lowercase + uppercase
14 pass # Use the original versions