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 takluyver
Recipients barry, cvrebert, ethan.furman, gregory.p.smith, martin.panter, r.david.murray, takluyver
Date 2015-02-10.02:55:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423536908.02.0.476631245435.issue23342@psf.upfronthosting.co.za>
In-reply-to
Content
Fourth version of patch, responding to review comments on Rietveld. The major changes are:

- Eliminated the corner case when passing input=None to run() - now it's a real default parameter. Added a shim in check_output to keep it behaving the old way in case anything is relying on it, but I didn't document it.
- The docstring of run() was shortened quite a bit by removing the examples.
- Added a whatsnew entry

I also made various minor fixes - thanks to everyone who found them.
History
Date User Action Args
2015-02-10 02:55:09takluyversetrecipients: + takluyver, barry, gregory.p.smith, r.david.murray, cvrebert, ethan.furman, martin.panter
2015-02-10 02:55:08takluyversetmessageid: <1423536908.02.0.476631245435.issue23342@psf.upfronthosting.co.za>
2015-02-10 02:55:07takluyverlinkissue23342 messages
2015-02-10 02:55:07takluyvercreate