New submission from Markus Unterwaditzer:

The string literal `ur'foo\d'` causes a SyntaxError while the equivalent 
`r'foo\d'` causes the correct string to be produced.

----------
components: Interpreter Core
messages: 226281
nosy: untitaker
priority: normal
severity: normal
status: open
title: ur'foo\d' raises SyntaxError
type: behavior
versions: Python 3.1, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22328>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to