summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 0aebca6eb..3d11470dd 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -7,6 +7,13 @@ Must-Have
- Fix deployment recipes in cookbook (discourage proxying without changing
server).
+- Use waitress instead of wsgiref.
+
+- pyramid.config.util.ActionInfo.__str__ potentially returns Unicode under
+ Py2, fix.
+
+- Tests for view names/route patterns that contain Unicode.
+
Nice-to-Have
------------