From e79d360d0547bd008211616c0b5e6e7f3b795bd1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 19 Dec 2010 01:55:23 -0500 Subject: - All environment variables which used to be prefixed with ``BFG_`` are now prefixed with ``PYRAMID_`` (e.g. ``BFG_DEBUG_NOTFOUND`` is now ``PYRAMID_DEBUG_NOTFOUND``) --- TODO.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index b5932212e..e5e825f89 100644 --- a/TODO.txt +++ b/TODO.txt @@ -14,8 +14,6 @@ Should-Have - Add docs for httpexceptions module for each webob.exc class that inherits from WSGIHTTPException. -- Remove "BFG" from Pyramid-specific environ variables. - - translationdir ZCML directive use of ``path_spec`` should maybe die. - Add CRSF token creation/checking machinery (only "should have" vs. "must -- cgit v1.2.3