This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: raw-unicode-escape codec fails roundtrip
Type: Stage:
Components: Unicode Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: loewis Nosy List: brett.cannon, lemburg, loewis
Priority: low Keywords:

Created on 2001-07-25 16:10 by lemburg, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Messages (6)
msg5606 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2001-07-25 16:10
On wide Python builds, the raw-unicode-escape codec
fails the round-trip for non-BMP code points.
msg5607 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2001-08-16 10:47
Logged In: YES 
user_id=38388

I'll look into this after I'm back from vacation on the 10.09.
msg5608 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2003-05-11 23:55
Logged In: YES 
user_id=357491

Marc-Andre, is this bug still unresolved?
msg5609 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2003-05-12 09:28
Logged In: YES 
user_id=38388

I haven't done anything in that direction and don't have
the time to do now, so feel free to assign the bug report to
someone else, e.g. Martin who has done most of the wide
Unicode support.
msg5610 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2003-05-16 23:51
Logged In: YES 
user_id=357491

OK, I am reassigning to Martin as per MA's suggestion.
msg5611 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-05-18 12:31
Logged In: YES 
user_id=21627

This is fixed in

test_unicode.py 1.84
unicodeobject.c 2.188
History
Date User Action Args
2022-04-10 16:04:14adminsetgithub: 34831
2001-07-25 16:10:25lemburgcreate