summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-09-21 20:35:12 -0400
committerChris McDonough <chrism@plope.com>2012-09-21 20:35:12 -0400
commitf272f27b106265e9151eabe850ca282f6035a246 (patch)
tree3a0b2fd450ce368aba37963eb923701b7ccad693
parent1c7724e5484c65257f18b542662d5e1a1115c9f0 (diff)
downloadpyramid-f272f27b106265e9151eabe850ca282f6035a246.tar.gz
pyramid-f272f27b106265e9151eabe850ca282f6035a246.tar.bz2
pyramid-f272f27b106265e9151eabe850ca282f6035a246.zip
note potential 1.5 removals and remove dead code
-rw-r--r--TODO.txt4
-rw-r--r--pyramid/config/routes.py1
2 files changed, 4 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 1686c27a2..6787b8a55 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -140,6 +140,10 @@ Future
- 1.5: Maybe? deprecate set_request_property in favor of pointing people at
add_request_method, schedule removal for 1.8?
+- 1.5: Remove pyramid.config.rendering set_renderer_globals_factory maybe.
+
+- 1.5: remove pyramid.config.route _add_view_from_route function.
+
- 1.6: Remove IContextURL and TraversalContextURL.
Probably Bad Ideas
diff --git a/pyramid/config/routes.py b/pyramid/config/routes.py
index 1a7fdfac9..30bebfb98 100644
--- a/pyramid/config/routes.py
+++ b/pyramid/config/routes.py
@@ -4,7 +4,6 @@ from pyramid.interfaces import (
IRequest,
IRouteRequest,
IRoutesMapper,
- PHASE1_CONFIG,
PHASE2_CONFIG,
)