summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 5d96f7c7d..e0fb0fa27 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,6 +4,11 @@ Pyramid TODOs
Nice-to-Have
------------
+- Provide the presumed renderer name to the called view as an attribute of
+ the request.
+
+- Have action methods return their discriminators.
+
- Add docs about upgrading between Pyramid versions (e.g. how to see
deprecation warnings).
@@ -139,3 +144,6 @@ Probably Bad Ideas
- Have ``remember`` and ``forget`` actually set headers on the response using
a response callback (and return the empty list)?
+
+- http://pythonguy.wordpress.com/2011/06/22/dynamic-variables-revisited/
+ instead of thread locals