commit | fe1c5ba60878482b34b60de36424390a2dcdae50 | [log] [tgz] |
---|---|---|
author | Jürgen Gmach <juergen.gmach@googlemail.com> | Tue May 10 22:57:12 2022 +0200 |
committer | GitHub <noreply@github.com> | Tue May 10 13:57:12 2022 -0700 |
tree | a88605f5c1013d2433bd8e461cb0b17426932e27 | |
parent | 07b34926d3090e50f9ecaa213c564f98fc9a5a93 [diff] |
bpo-43689: improve documentation for Differ (GH-25132) Lines beginning with ``?`` try to help understanding the given diff. The output can be hard to understand when it contains whitespace characters, such as spaces, tabs or line breaks. While previously only tabs were mentioned, now all are listed. Automerge-Triggered-By: GH:rhettinger