• Guido van Rossum's avatar
    Make all the multibyte codec tests pass. · 024da5c2
    Guido van Rossum yazdı
    Changes to io.py, necessary to make this work:
    - Redid io.StringIO as a TextIOWrapper on top of a BytesIO instance.
    - Got rid of _MemoryIOMixin, folding it into BytesIO instead.
    - The read() functions that take -1 to mean "eveything" now also take None.
    - Added readline() support to BufferedIOBase. :-(
    024da5c2
Adı
Son kayıt (commit)
Son güncelleme
..
README Loading commit data...
_codecs_cn.c Loading commit data...
_codecs_hk.c Loading commit data...
_codecs_iso2022.c Loading commit data...
_codecs_jp.c Loading commit data...
_codecs_kr.c Loading commit data...
_codecs_tw.c Loading commit data...
alg_jisx0201.h Loading commit data...
cjkcodecs.h Loading commit data...
emu_jisx0213_2000.h Loading commit data...
mappings_cn.h Loading commit data...
mappings_hk.h Loading commit data...
mappings_jisx0213_pair.h Loading commit data...
mappings_jp.h Loading commit data...
mappings_kr.h Loading commit data...
mappings_tw.h Loading commit data...
multibytecodec.c Loading commit data...
multibytecodec.h Loading commit data...