summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index fe411f749..3d36e3a3d 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -52,6 +52,10 @@ Must-Have (before 1.0)
- Better ``config.add_handler`` documentation.
+- Fix DottedNameResolver to not convert ImportError to ConfigurationError if
+ the import that failed was unrelated to the import requested via a dotted
+ name.
+
Should-Have
-----------