-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
UTF-16 incremental decoder doesn't support partial surrogate pair #55670
Copy link
Copy link
Closed
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-unicodetype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
| BPO | 11461 |
|---|---|
| Nosy | @amauryfa, @vstinner, @ezio-melotti, @serhiy-storchaka |
| Files |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = 'https://github.com/serhiy-storchaka'
closed_at = <Date 2013-01-08.21:49:54.877>
created_at = <Date 2011-03-10.10:19:57.668>
labels = ['type-bug', 'library', 'expert-unicode']
title = "UTF-16 incremental decoder doesn't support partial surrogate pair"
updated_at = <Date 2013-01-08.21:49:54.876>
user = 'https://bugs.python.org/ply'bugs.python.org fields:
activity = <Date 2013-01-08.21:49:54.876>
actor = 'serhiy.storchaka'
assignee = 'serhiy.storchaka'
closed = True
closed_date = <Date 2013-01-08.21:49:54.877>
closer = 'serhiy.storchaka'
components = ['Library (Lib)', 'Unicode']
creation = <Date 2011-03-10.10:19:57.668>
creator = 'ply'
dependencies = []
files = ['21070', '21071', '27317']
hgrepos = []
issue_num = 11461
keywords = ['patch', 'needs review']
message_count = 4.0
messages = ['130498', '130504', '171373', '179375']
nosy_count = 6.0
nosy_names = ['amaury.forgeotdarc', 'vstinner', 'ezio.melotti', 'python-dev', 'ply', 'serhiy.storchaka']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue11461'
versions = ['Python 2.7', 'Python 3.2', 'Python 3.3', 'Python 3.4']Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-unicodetype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error