]> granicus.if.org Git - python/commit
Cleanup decode_code_page_stateful() and encode_code_page()
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 3 Nov 2011 23:05:13 +0000 (00:05 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 3 Nov 2011 23:05:13 +0000 (00:05 +0100)
commit76a31a6bff3b0e809fbf08dd6e572e4e55b8fcfc
tree1eb08d313fb09cc7bf1ac51e14d3d0f4a20660b7
parenta9e73640bf86f4bbbbee15cd7a1af6299a0c49dd
Cleanup decode_code_page_stateful() and encode_code_page()

 * Fix decode_code_page_errors() result
 * Inline decode_code_page() and encode_code_page_chunk()
 * Replace the PyUnicodeObject type by PyObject
Lib/test/test_codecs.py
Objects/unicodeobject.c