[Python-checkins] cpython: Issue #21159: Improve message in configparser.InterpolationMissingOptionError.

robert.collins python-checkins at python.org
Fri Aug 14 01:50:36 CEST 2015


https://hg.python.org/cpython/rev/fb4e67040779
changeset:   97375:fb4e67040779
parent:      97372:23c6cc5d5b8f
user:        Robert Collins <rbtcollins at hp.com>
date:        Fri Aug 14 11:50:14 2015 +1200
summary:
  Issue #21159: Improve message in configparser.InterpolationMissingOptionError.

Patch from Łukasz Langa.

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,9 @@
 Library
 -------
 
+- Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
+  Patch from Łukasz Langa.
+
 - Issue #20059: urllib.parse raises ValueError on all invalid ports.
   Patch by Martin Panter.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list