[issue30970] return-value of filecmp.dircmp.report_*

2017-07-19 Thread R. David Murray
R. David Murray added the comment: Thanks for wanting to improve Python. However, the purpose of those function is to *print* the result. They intentionally do not have return values. All of the values that you would have these functions return are accessible via attributes already.

[issue30970] return-value of filecmp.dircmp.report_*

2017-07-19 Thread Mihály Mirk
New submission from Mihály Mirk: The functions: filecmp.dircmp.report() filecmp.dircmp.report_partial_closure() filecmp.dircmp.report_full_closure() do not have return values -- messages: 298673 nosy: Mihály Mirk priority: normal pull_requests: 2822 severity: normal status: open