diff options
| -rw-r--r-- | TODO.txt | 32 |
1 files changed, 17 insertions, 15 deletions
@@ -1,12 +1,15 @@ Pyramid TODOs ============= -Nice-to-Have ------------- +Should-Have +----------- - Consider adding exclog to all scaffolds to print tracebacks to the console while the debug toolbar is enabled. +Nice-to-Have +------------ + - Add narrative docs for wsgiapp and wsgiapp2. - Better "Extending" chapter. @@ -67,23 +70,20 @@ Nice-to-Have Future ------ -- 1.5: turn ``pyramid.settings.Settings`` into a function that returns the - original dict (after ``__getattr__`` deprecation period, it was deprecated - in 1.2). +- 1.3: Remove ``pyramid.renderers.renderer_from_name`` (deprecated). - 1.3: Kill off ``bfg.routes`` envvars in router. -- 1.3/1.4: - Eliminate non-deployment-non-scaffold-related Paste dependencies: - ``paste.urlparser.StaticURLParser``, ``paste.auth.auth_tkt`` (cutnpaste or - reimplement both). - -- 1.3/1.4: use zope.registry rather than zope.component. - - 1.3: Michael's route group work - 1.3: Add a default-view-config-params decorator that can be applied to a class which names defaults for method-based view_config decorator options. +- 1.3: - Eliminate non-deployment-non-scaffold-related Paste dependency: + ``paste.urlparser.StaticURLParser`` (cutnpaste or reimplement). + +- 1.3: use zope.registry rather than zope.component. + - 1.4: Remove ``chameleon_text`` / ``chameleon_zpt`` deprecated functions (render_*) @@ -91,14 +91,16 @@ Future - 1.4: Remove ``pyramid.paster.PyramidTemplate`` (deprecated). -- 1.3: Remove ``pyramid.renderers.renderer_from_name`` (deprecated). - -- 1.5: Remove ``pyramid.requests.DeprecatedRequestMethodsMixin``. - - 1.4: Remove ``pyramid.settings.get_settings`` (deprecated). - 1.5: Remove all deprecated ``pyramid.testing`` functions. +- 1.5: turn ``pyramid.settings.Settings`` into a function that returns the + original dict (after ``__getattr__`` deprecation period, it was deprecated + in 1.2). + +- 1.5: Remove ``pyramid.requests.DeprecatedRequestMethodsMixin``. + Probably Bad Ideas ------------------ |
