summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-14 23:17:32 -0500
committerChris McDonough <chrism@plope.com>2010-12-14 23:17:32 -0500
commitaf46cfa87c2d5e038e0ab593e2f23471c9e9a375 (patch)
tree624f02378e1e1aaf83c62594c2635727b046be74 /TODO.txt
parentb07059b75021e2dc4f55357dd6b454c4951b3b9c (diff)
downloadpyramid-af46cfa87c2d5e038e0ab593e2f23471c9e9a375.tar.gz
pyramid-af46cfa87c2d5e038e0ab593e2f23471c9e9a375.tar.bz2
pyramid-af46cfa87c2d5e038e0ab593e2f23471c9e9a375.zip
- Fix conflict exceptions so they have the right ``info`` when one
configuration method is called from another.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 668cf0840..8f06d85c5 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,9 +6,6 @@ Must-Have (before 1.0)
- Narrative docs for ``Configurator.include`` and ``Configurator.commit``.
-- Fix conflict exceptions so they have the right ``info`` when one
- configuration method is called from another.
-
- Fix session behavior: when a Forbidden/NotFound hander is invoked, we'd
like to allow people to save the session (currently when the response has
an exception attribute, the session is tossed unconditionally).