[Python-checkins] r55244 - python/trunk/Lib/subprocess.py

neal.norwitz python-checkins at python.org
Fri May 11 08:56:57 CEST 2007


Author: neal.norwitz
Date: Fri May 11 08:56:52 2007
New Revision: 55244

Modified:
   python/trunk/Lib/subprocess.py
Log:
Remove trailing whitespace in docstring

Modified: python/trunk/Lib/subprocess.py
==============================================================================
--- python/trunk/Lib/subprocess.py	(original)
+++ python/trunk/Lib/subprocess.py	Fri May 11 08:56:52 2007
@@ -348,8 +348,6 @@
 * stdin=PIPE and stdout=PIPE must be specified.
 * popen2 closes all filedescriptors by default, but you have to specify
   close_fds=True with subprocess.Popen.
-
-
 """
 
 import sys


More information about the Python-checkins mailing list