summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-21 04:44:40 -0500
committerChris McDonough <chrism@plope.com>2011-01-21 04:44:40 -0500
commitd151e6a30c9391916161149dee420fdc7f82463e (patch)
tree7fa4ba28b5fa202cc7ff606449a88d4cb82c7ee3 /TODO.txt
parent77049562f0cb6769cc18af5c41b13aa97653a4a3 (diff)
downloadpyramid-d151e6a30c9391916161149dee420fdc7f82463e.tar.gz
pyramid-d151e6a30c9391916161149dee420fdc7f82463e.tar.bz2
pyramid-d151e6a30c9391916161149dee420fdc7f82463e.zip
wording
Diffstat (limited to 'TODO.txt')
-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
-----------