]> granicus.if.org Git - python/commit
Issue #5915: Implement PEP 383, Non-decodable Bytes in
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 5 May 2009 04:43:17 +0000 (04:43 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 5 May 2009 04:43:17 +0000 (04:43 +0000)
commit011e8420339245f9b55d41082ec6036f2f83a182
tree6e278775c41c1d50c62e3a42b960797813d245ef
parent93f65a177b36396dddd1e2938cc037288a7eb400
Issue #5915: Implement PEP 383, Non-decodable Bytes in
System Character Interfaces.
15 files changed:
Doc/library/codecs.rst
Doc/library/os.rst
Include/unicodeobject.h
Lib/test/test_codecs.py
Lib/test/test_os.py
Misc/NEWS
Modules/_io/fileio.c
Modules/posixmodule.c
Modules/python.c
Objects/unicodeobject.c
Python/codecs.c
Python/pythonrun.c
configure
configure.in
pyconfig.h.in