summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-08-13 23:11:35 (GMT)
committerRobert Collins <rbtcollins@hp.com>2015-08-13 23:11:35 (GMT)
commitac37ba0742b1eb794eca7b6fd95a1ffecc9b6333 (patch)
tree12115ccf8e8807ae4a111a4d1057c3350c57ff7b /Misc
parent4ce4f974da6dd67c0701454453420988624241d8 (diff)
downloadcpython-ac37ba0742b1eb794eca7b6fd95a1ffecc9b6333.zip
cpython-ac37ba0742b1eb794eca7b6fd95a1ffecc9b6333.tar.gz
cpython-ac37ba0742b1eb794eca7b6fd95a1ffecc9b6333.tar.bz2
Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
Patch from Łukasz Langa.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 16b33bc..9c4ea33 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -75,6 +75,9 @@ Core and Builtins
Library
-------
+- Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
+ Patch from Łukasz Langa.
+
- Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
- Issue #23004: mock_open() now reads binary data correctly when the type of