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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28774>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to