python27: use absolute path to dtrace(8)
[unleashed-userland.git] / components / python / python27 / patches / 08-encoding-alias.patch
blobb354b0ee0deddccbc99a204aeac5577b0864146f
1 --- Python-2.7.6/Lib/encodings/aliases.py.~1~ 2013-11-09 23:36:40.000000000 -0800
2 +++ Python-2.7.6/Lib/encodings/aliases.py 2014-05-14 13:12:20.046910463 -0700
3 @@ -73,6 +73,7 @@
5 # cp1251 codec
6 '1251' : 'cp1251',
7 + 'ansi_1251' : 'cp1251',
8 'windows_1251' : 'cp1251',
10 # cp1252 codec
11 @@ -222,6 +223,7 @@
12 'u_jis' : 'euc_jp',
14 # euc_kr codec
15 + '5601' : 'euc_kr',
16 'euckr' : 'euc_kr',
17 'korean' : 'euc_kr',
18 'ksc5601' : 'euc_kr',
19 @@ -462,6 +464,7 @@
20 'shiftjis' : 'shift_jis',
21 'sjis' : 'shift_jis',
22 's_jis' : 'shift_jis',
23 + 'pck' : 'shift_jis',
25 # shift_jis_2004 codec
26 'shiftjis2004' : 'shift_jis_2004',
27 @@ -481,6 +484,7 @@
28 'tis_620_0' : 'tis_620',
29 'tis_620_2529_0' : 'tis_620',
30 'tis_620_2529_1' : 'tis_620',
31 + 'tis620.2533' : 'tis_620',
32 'iso_ir_166' : 'tis_620',
34 # utf_16 codec