[New-bugs-announce] [issue15454] Allow dircmp.report() output stream to be customized
Chris Jerdonek
report at bugs.python.org
Thu Jul 26 09:48:52 CEST 2012
New submission from Chris Jerdonek <chris.jerdonek at 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 <report at bugs.python.org>
<http://bugs.python.org/issue15454>
_______________________________________
More information about the New-bugs-announce
mailing list