[New-bugs-announce] [issue28760] Cleanup PyUnicode_AsUnicodeEscapeString

Xiang Zhang report at bugs.python.org
Mon Nov 21 04:24:14 EST 2016


New submission from Xiang Zhang:

PyUnicode_AsUnicodeEscapeString now still has some old comments and codes about the original "quotes" parameter of unicodeescape_string. Current implementation could get rid of them.

----------
files: PyUnicode_AsUnicodeEscapeString.patch
keywords: patch
messages: 281337
nosy: xiang.zhang
priority: normal
severity: normal
stage: patch review
status: open
title: Cleanup PyUnicode_AsUnicodeEscapeString
type: enhancement
versions: Python 3.5, Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45579/PyUnicode_AsUnicodeEscapeString.patch

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


More information about the New-bugs-announce mailing list