• Marc-André Lemburg's avatar
    This patch adds a new feature to the builtin charmap codec: · 1109db44
    Marc-André Lemburg yazdı
    the mapping dictionaries can now contain 1-n mappings, meaning
    that character ordinals may be mapped to strings or Unicode object,
    e.g. 0x0078 ('x') -> u"abc", causing the ordinal to be replaced by
    the complete string or Unicode object instead of just one character.
    
    Another feature introduced by the patch is that of mapping oridnals to
    the emtpy string. This allows removing characters.
    
    The patch is different from patch #103100 in that it does not cause a
    performance hit for the normal use case of 1-1 mappings.
    
    Written by Marc-Andre Lemburg, copyright assigned to Guido van Rossum.
    1109db44
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...