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.
Created on 2014年09月02日 20:55 by untitaker, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg226281 - (view) | Author: Markus Unterwaditzer (untitaker) | Date: 2014年09月02日 20:55 | |
The string literal `ur'foo\d'` causes a SyntaxError while the equivalent `r'foo\d'` causes the correct string to be produced. |
|||
| msg226282 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2014年09月02日 20:59 | |
This is a conscious design decision. See issue 15096. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:07 | admin | set | github: 66524 |
| 2014年09月02日 20:59:57 | r.david.murray | set | status: open -> closed superseder: Drop support for the "ur" string prefix nosy: + r.david.murray messages: + msg226282 resolution: not a bug stage: resolved |
| 2014年09月02日 20:55:18 | untitaker | create | |