summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-25 23:00:44 -0500
committerChris McDonough <chrism@plope.com>2011-01-25 23:00:44 -0500
commitbd330cfc22555ce0026b92d40091d0745b60e36c (patch)
treea82eec77cb2fff5d65a04ae1335fe7fc33fe0b53 /TODO.txt
parent63c1e06f6609a619d503db0704c7c1ed1e12939b (diff)
downloadpyramid-bd330cfc22555ce0026b92d40091d0745b60e36c.tar.gz
pyramid-bd330cfc22555ce0026b92d40091d0745b60e36c.tar.bz2
pyramid-bd330cfc22555ce0026b92d40091d0745b60e36c.zip
- Use &copy; instead of copyright symbol in paster templates / tutorial
templates for the benefit of folks who cutnpaste and save to a non-UTF8 format.
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 4aabf7b63..258528039 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,9 +6,6 @@ Before Release
- Consider per-form_id CSRF instead of per-session global CSRF token.
-- Use &copy; instead of copyright symbol in paster templates / tutorials for
- the benefit of folks who cutnpaste and save to a non-UTF8 format.
-
- https://github.com/Pylons/pyramid/issues#issue/67 (fixing would make it
possible to render a static site from a static dir).