]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (GH-10639)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 9 Jan 2019 13:56:40 +0000 (05:56 -0800)
committerGitHub <noreply@github.com>
Wed, 9 Jan 2019 13:56:40 +0000 (05:56 -0800)
commit53cf5f084b01cb16630361be5377047c068d2b44
treef8b213b9397a54c31794ed9cdf7eddb8cf079e50
parent88ad48bc98980a40591cc5521703dbb0ad3a9b17
bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (GH-10639)

(cherry picked from commit cbb16459934eaf29c7c7d362939cd05550b2f21f)

Co-authored-by: Sanyam Khurana <8039608+CuriousLearner@users.noreply.github.com>
Lib/doctest.py
Lib/test/test_doctest.py
Misc/NEWS.d/next/Library/2018-11-22-15-22-56.bpo-24746.eSLKBE.rst [new file with mode: 0644]