summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-09-22 10:33:21 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-09-22 10:33:21 (GMT)
commitf3b0639417bf788d9a7133ec26e52c406e6c8f4c (patch)
treefb4cad9ccebc8abd965b5e1a5bb272d44976a75d /Misc
parente3d504090cea1c4e01e9d8ebf241f9356cb1aba0 (diff)
parentbb8b1cb6af830b40f9be398d1e1bf8bdca772140 (diff)
downloadcpython-f3b0639417bf788d9a7133ec26e52c406e6c8f4c.zip
cpython-f3b0639417bf788d9a7133ec26e52c406e6c8f4c.tar.gz
cpython-f3b0639417bf788d9a7133ec26e52c406e6c8f4c.tar.bz2
Issue #27348: Merge exception formatting fix from 3.5 into 3.6
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1c1a64c..8f42acd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,10 @@ Core and Builtins
Library
-------
+- Issue #27348: In the traceback module, restore the formatting of exception
+ messages like "Exception: None". This fixes a regression introduced in
+ 3.5a2.
+
- Issue #25651: Allow falsy values to be used for msg parameter of subTest().
- Issue #27778: Fix a memory leak in os.getrandom() when the getrandom() is