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 chris.jerdonek
Recipients chris.jerdonek, eli.bendersky
Date 2012-07-26.07:48:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343288932.25.0.229744443043.issue15454@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, filecmp.dircmp's report(), report_partial_closure(), and report_full_closure() methods all only allow printing to stdout.

This issue is to provide some way for the caller to control the stream to which these methods print their output (e.g. a 'stream' argument on the three methods).

This suggestion was made by Eli in the discussion for issue 15269.
History
Date User Action Args
2012-07-26 07:48:52chris.jerdoneksetrecipients: + chris.jerdonek, eli.bendersky
2012-07-26 07:48:52chris.jerdoneksetmessageid: <1343288932.25.0.229744443043.issue15454@psf.upfronthosting.co.za>
2012-07-26 07:48:51chris.jerdoneklinkissue15454 messages
2012-07-26 07:48:51chris.jerdonekcreate