Staging
v0.5.0
https://github.com/python/cpython
Revision e7e505ba6e2ba1768ba81e9dde652b6aff34c386 authored by R. David Murray on 04 June 2010, 19:51:06 UTC, committed by R. David Murray on 04 June 2010, 19:51:06 UTC
Previously, unexpected results occurred when email was passed, for example,
'utf8' as a charset name, since email would accept it but would *not* use
the 'utf-8' codec for it, even though Python itself recognises that as
an alias for utf-8.  Now Charset checks with codecs for aliases as well
as its own internal table.  Issue 8898 has been opened to change this
further in py3k so that all aliasing is routed through the codecs module.
1 parent eba67c0
History
Tip revision: e7e505ba6e2ba1768ba81e9dde652b6aff34c386 authored by R. David Murray on 04 June 2010, 19:51:06 UTC
#4487: have Charset check with codecs for possible aliases.
Tip revision: e7e505b
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 493 bytes
.hgignore -rw-r--r-- 705 bytes
.hgtags -rw-r--r-- 4.0 KB
LICENSE -rw-r--r-- 13.8 KB
Makefile.pre.in -rw-r--r-- 39.7 KB
README -rw-r--r-- 52.8 KB
configure -rwxr-xr-x 393.3 KB
configure.in -rw-r--r-- 122.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.2 KB
setup.py -rw-r--r-- 86.5 KB

README

back to top