diff options
author | Robert Collins <rbtcollins@hp.com> | 2015-08-13 23:11:35 (GMT) |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2015-08-13 23:11:35 (GMT) |
commit | ac37ba0742b1eb794eca7b6fd95a1ffecc9b6333 (patch) | |
tree | 12115ccf8e8807ae4a111a4d1057c3350c57ff7b /Misc | |
parent | 4ce4f974da6dd67c0701454453420988624241d8 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |