[Python-checkins] python/dist/src/Lib subprocess.py,1.6,1.7

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Oct 17 18:36:56 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3412

Modified Files:
	subprocess.py 
Log Message:
Fix docstring formatting of escape sequences.

Index: subprocess.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/subprocess.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- subprocess.py	17 Oct 2004 14:47:05 -0000	1.6
+++ subprocess.py	17 Oct 2004 16:36:53 -0000	1.7
@@ -25,7 +25,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-"""subprocess - Subprocesses with accessible I/O streams
+r"""subprocess - Subprocesses with accessible I/O streams
 
 This module allows you to spawn processes, connect to their
 input/output/error pipes, and obtain their return codes.  This module



More information about the Python-checkins mailing list