[issue5367] typo in subprocess.py

2009-02-25 Thread Benjamin Peterson
Benjamin Peterson added the comment: The prefix "r" on a string makes it a raw string, certainly a valid construct. -- nosy: +benjamin.peterson resolution: -> invalid status: open -> closed ___ Python tracker

[issue5367] typo in subprocess.py

2009-02-25 Thread Joachim Ott
New submission from Joachim Ott : 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? -- components: Library (Lib) mess