whatsnew: cp273 codec (#10907797)

Also updated the docs and added the aliases mentioned by the
references.
This commit is contained in:
R David Murray
2014-03-07 21:00:34 -05:00
parent e2684d93e2
commit 47d083cf1a
3 changed files with 12 additions and 0 deletions

View File

@@ -109,6 +109,11 @@ aliases = {
'1258' : 'cp1258',
'windows_1258' : 'cp1258',
# cp273 codec
'273' : 'cp273',
'ibm273' : 'cp273',
'csibm273' : 'cp273',
# cp424 codec
'424' : 'cp424',
'csibm424' : 'cp424',