[New-bugs-announce] [issue3665] Support \u and \U escapes in regexes

Georg Brandl report at bugs.python.org
Sun Aug 24 22:33:52 CEST 2008


New submission from Georg Brandl <georg at python.org>:

Since \u and \U aren't interpolated in raw strings anymore, the re
module should support those escapes in addition to the \x and octal ones
it already does.  Attached patch.

----------
components: Library (Lib)
files: re_unicode_escapes.diff
keywords: patch
messages: 71861
nosy: georg.brandl
priority: critical
severity: normal
status: open
title: Support \u and \U escapes in regexes
type: behavior
versions: Python 3.0
Added file: http://bugs.python.org/file11235/re_unicode_escapes.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3665>
_______________________________________


More information about the New-bugs-announce mailing list