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.

Author flox
Recipients flox
Date 2009-11-23.16:40:46
SpamBayes Score 8.4502835e-07
Marked as misclassified No
Message-id <1258994451.29.0.191070504304.issue7381@psf.upfronthosting.co.za>
In-reply-to
Content
Forget the "python2.5 -m doctest /usr/lib/python2.5/subprocess.py" in
first message msg95625.
This command does not do what I guessed. And there's no doctest in the
Python2.5 "subprocess" module.


The attached patch may be enough to fix the docstring inconsistencies
with Python3.1.
It might not be mandatory to make the docstring 100% successful.
(I see no PEP which requires that).
History
Date User Action Args
2009-11-23 16:40:51floxsetrecipients: + flox
2009-11-23 16:40:51floxsetmessageid: <1258994451.29.0.191070504304.issue7381@psf.upfronthosting.co.za>
2009-11-23 16:40:46floxlinkissue7381 messages
2009-11-23 16:40:46floxcreate