New submission from John Millikin <[EMAIL PROTECTED]>: According to <http://docs.python.org/dev/3.0/reference/lexical_analysis.html#id9>, raw strings with \u and \U escape sequences should have these sequences parsed as usual. However, they are currently escaped.
>>> r'\u0020' '\\u0020' Expected: >>> r'\u0020' ' ' ---------- components: Unicode messages: 64890 nosy: jmillikin severity: normal status: open title: Unicode escape sequences not parsed in raw strings. type: behavior versions: Python 3.0 __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2541> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com