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 2009年02月25日 16:08 by ott--, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg82707 - (view) | Author: Joachim Ott (ott--) | Date: 2009年02月25日 16:08 | |
I saw it first in /usr/lib/python2.5/subprocess.py on two different systems, line 12 reads: r"""subprocess - Subprocesses with accessible I/O streams It's still there in 3.0.1. Is a single "r" a valid python statement? |
|||
| msg82716 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2009年02月25日 20:14 | |
The prefix "r" on a string makes it a raw string, certainly a valid construct. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:46 | admin | set | github: 49617 |
| 2009年02月25日 20:14:18 | benjamin.peterson | set | status: open -> closed resolution: not a bug messages: + msg82716 nosy: + benjamin.peterson |
| 2009年02月25日 16:08:09 | ott-- | create | |