Guido van Rossum wrote: > That would be great! This will automatically turn \u1234 into 6 > characters, right? > > Perhaps you could make the patch against the py3k-struni branch > instead of against the regular p3yk (sic) branch?
Done. Patch number 1720390 https://sourceforge.net/tracker/index.php?func=detail&aid=1720390&group_id=5470&atid=305470 This doesn't include the strings needing changes in the library to passes all the tests. That's mostly changing single quotes to triple quotes when a string contains both quote characters. I'll make a second patch that includes those. Cheers, Ron _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
