summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index fbeb22e61..b224ffb9e 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,15 +4,16 @@ Pyramid TODOs
Must-Have (before 1.0)
----------------------
-- MANIFEST.in? https://github.com/Pylons/pyramid/issues#issue/95
+- Add MANIFEST.in to each paster template? See
+ https://github.com/Pylons/pyramid/issues#issue/95
- Explain how to use i18n localization in Mako better. Currently we just
link to
http://blog.abourget.net/2011/1/13/pyramid-and-mako:-how-to-do-i18n-the-pylons-way/,
but I've asked Alexandre if we can include his text in the documentation.
-- Actually explain ``{foo:<regex>}`` formatting and purpose in URL dispatch
- patterns within URL dispatch chapter.
+- Explain ``{foo:<regex>}`` pattern formatting and purpose better in
+ within URL dispatch chapter.
Should-Have
-----------