summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-12-15 00:18:02 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-12-15 00:18:02 -0700
commitd35d6541de892df3a91208adeb42b2e40322ea50 (patch)
treee99e5ec8c11133d5d714e32604cddedc322a4207 /TODO.txt
parent798a398c855bc480807cbaa96a4675dc2d9269f3 (diff)
parentaf46cfa87c2d5e038e0ab593e2f23471c9e9a375 (diff)
downloadpyramid-d35d6541de892df3a91208adeb42b2e40322ea50.tar.gz
pyramid-d35d6541de892df3a91208adeb42b2e40322ea50.tar.bz2
pyramid-d35d6541de892df3a91208adeb42b2e40322ea50.zip
Merge https://github.com/Pylons/pyramid
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).