New submission from Chris Jerdonek <chris.jerdo...@gmail.com>: 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. ---------- components: Library (Lib) keywords: easy messages: 166464 nosy: cjerdonek, eli.bendersky priority: normal severity: normal status: open title: Allow dircmp.report() output stream to be customized type: enhancement versions: Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15454> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com