diff options
| author | Chris McDonough <chrism@plope.com> | 2012-08-25 00:30:32 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-08-25 00:30:32 -0400 |
| commit | a0547ef9d05fd6ed724d1c64a57a0063b7f1f87a (patch) | |
| tree | 222686bbeba9c20db79b51395c17e0c4b698f894 /TODO.txt | |
| parent | 94ce94a8ea8c299549b9d71899f0386bfeb32f92 (diff) | |
| download | pyramid-a0547ef9d05fd6ed724d1c64a57a0063b7f1f87a.tar.gz pyramid-a0547ef9d05fd6ed724d1c64a57a0063b7f1f87a.tar.bz2 pyramid-a0547ef9d05fd6ed724d1c64a57a0063b7f1f87a.zip | |
garden
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 27 |
1 files changed, 14 insertions, 13 deletions
@@ -24,17 +24,6 @@ Nice-to-Have - Modify the urldispatch chapter examples to assume a scan rather than ``add_view``. -- Context manager for creating a new configurator (replacing - ``with_package``). E.g.:: - - with config.partial(package='bar') as c: - c.add_view(...) - - or:: - - with config.partial(introspection=False) as c: - c.add_view(..) - - Introspection: * ``default root factory`` category (prevent folks from needing to searh @@ -114,7 +103,7 @@ Future - 1.4: Remove ``chameleon_text`` / ``chameleon_zpt`` deprecated functions (render_*) -- 1.4: Remove ``pyramid.configuration.ConfigurationError`` (deprecated). +- 1.4: Remove ``pyramid.configuration`` (deprecated). - 1.4: Remove ``pyramid.paster.PyramidTemplate`` (deprecated). @@ -128,7 +117,7 @@ Future - 1.5: Remove ``pyramid.requests.DeprecatedRequestMethodsMixin``. -- 1.5: Maybe? deprecate set_request_property in favor of pointing people at +- 1.6: Maybe? deprecate set_request_property in favor of pointing people at set_request_method. - 1.6: Remove IContextURL and TraversalContextURL. @@ -152,3 +141,15 @@ Probably Bad Ideas - http://pythonguy.wordpress.com/2011/06/22/dynamic-variables-revisited/ instead of thread locals + +- Context manager for creating a new configurator (replacing + ``with_package``). E.g.:: + + with config.partial(package='bar') as c: + c.add_view(...) + + or:: + + with config.partial(introspection=False) as c: + c.add_view(..) + |
