summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSanyam Khurana <8039608+CuriousLearner@users.noreply.github.com>2019-01-09 13:38:38 (GMT)
committerSenthil Kumaran <skumaran@gatech.edu>2019-01-09 13:38:38 (GMT)
commitcbb16459934eaf29c7c7d362939cd05550b2f21f (patch)
tree7a75c9b2b3d818fd8c2dec0cdcfc025ae1c01a59 /Misc
parenta234e148394c2c7419372ab65b773d53a57f3625 (diff)
downloadcpython-cbb16459934eaf29c7c7d362939cd05550b2f21f.zip
cpython-cbb16459934eaf29c7c7d362939cd05550b2f21f.tar.gz
cpython-cbb16459934eaf29c7c7d362939cd05550b2f21f.tar.bz2
bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (#10639)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-11-22-15-22-56.bpo-24746.eSLKBE.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-11-22-15-22-56.bpo-24746.eSLKBE.rst b/Misc/NEWS.d/next/Library/2018-11-22-15-22-56.bpo-24746.eSLKBE.rst
new file mode 100644
index 0000000..c592516
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-11-22-15-22-56.bpo-24746.eSLKBE.rst
@@ -0,0 +1,2 @@
+Avoid stripping trailing whitespace in doctest fancy diff. Orignial patch by
+R. David Murray & Jairo Trad. Enhanced by Sanyam Khurana.