[issue2630] repr() should not escape non-ASCII characters - Code Review (original) (raw)

Can't Edit Can't Publish+Mail Start Review Created: 17 years ago by GvR Modified: 15 years, 9 months ago Reviewers: report Base URL: http://svn.python.org/view/\*checkout\*/python/branches/py3k/ Visibility: Public. Description http://bugs.python.org/issue2630 Patch committed to Py3k branch in r64138 by Georg Brandl. Patch Set 1# Created: 17 years ago Download[raw] [tar.bz2] Unified diffs Side-by-side diffs Delta from patch set Stats (+993 lines, -930 lines) Patch Include/unicodeobject.h View 5 chunks +8 lines, -0 lines 0 comments Download Lib/doctest.py View 2 chunks +16 lines, -0 lines 0 comments Download Lib/test/test_array.py View 1 chunk +1 line, -1 line 0 comments Download Lib/test/test_pyexpat.py View 1 chunk +1 line, -1 line 0 comments Download Lib/test/test_unicode.py View 1 chunk +8 lines, -8 lines 0 comments Download Modules/unicodedata_db.h View 1 chunk +1 line, -1 line 0 comments Download Objects/unicodectype.c View 2 chunks +12 lines, -0 lines 0 comments Download Objects/unicodeobject.c View 4 chunks +70 lines, -60 lines 0 comments Download Objects/unicodetype_db.h View 13 chunks +867 lines, -855 lines 0 comments Download Python/pythonrun.c View 2 chunks +4 lines, -4 lines 0 comments Download Tools/unicode/makeunicodedata.py View 2 chunks +5 lines, -0 lines 0 comments Download

Issue 767: [issue2630] repr() should not escape non-ASCII characters (Closed)
Created 17 years ago by GvR
Modified 15 years, 9 months ago
Reviewers: report_bugs.python.org
Base URL: http://svn.python.org/view/\*checkout\*/python/branches/py3k/
Comments: 0