[New-bugs-announce] [issue28774] Better start and end position for unicodeerror in unicode_encode_ucs1

Xiang Zhang report at bugs.python.org
Tue Nov 22 09:29:22 EST 2016


New submission from Xiang Zhang:

unicode_encode_ucs1 now recognizes as many characters as it can one time instead of one character a time. But the unicodeerror positions still only count 1(the second time). A similar problem reported in #28561.

----------
components: Interpreter Core
files: unicode_encode_ucs1_error_pos.patch
keywords: patch
messages: 281482
nosy: haypo, serhiy.storchaka, xiang.zhang
priority: normal
severity: normal
stage: patch review
status: open
title: Better start and end position for unicodeerror in unicode_encode_ucs1
type: enhancement
versions: Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45602/unicode_encode_ucs1_error_pos.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28774>
_______________________________________


More information about the New-bugs-announce mailing list