[pypy-issue] [issue840] string-escape encoding should escape single quotes

Amaury Forgeot d Arc tracker at bugs.pypy.org
Sun Aug 21 23:56:56 CEST 2011


New submission from Amaury Forgeot d Arc <amauryfa at gmail.com>:

With CPython:
   "'".encode('string-escape') == "\\'"
but pypy returns "'".

----------
messages: 2998
nosy: afa, pypy-issue
priority: bug
status: unread
title: string-escape encoding should escape single quotes

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue840>
________________________________________


More information about the pypy-issue mailing list