From f52ff205664d3e769305543c0c52338f6287af41 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 4 Nov 2010 17:30:47 -0400 Subject: we now do have a sessioning library --- docs/designdefense.rst | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'docs') diff --git a/docs/designdefense.rst b/docs/designdefense.rst index bb4bfa375..5c700019f 100644 --- a/docs/designdefense.rst +++ b/docs/designdefense.rst @@ -706,17 +706,15 @@ it) for, but currently it has none. Pyramid Provides Too Few "Rails" -------------------------------- -By design, :mod:`pyramid` is not a particularly "opinionated" web -framework. It has a relatively parsimonious feature set. It contains -no built in ORM nor any particular database bindings. It contains no -form generation framework. It does not contain a sessioning library. -It has no administrative web user interface. It has no built in text -indexing. It does not dictate how you arrange your code. - -Such opinionated functionality exists in applications and frameworks -built *on top* of :mod:`pyramid`. It's intended that higher-level -systems emerge built using :mod:`pyramid` as a base. See also -:ref:`apps_are_extensible`. +By design, :mod:`pyramid` is not a particularly "opinionated" web framework. +It has a relatively parsimonious feature set. It contains no built in ORM +nor any particular database bindings. It contains no form generation +framework. It has no administrative web user interface. It has no built in +text indexing. It does not dictate how you arrange your code. + +Such opinionated functionality exists in applications and frameworks built +*on top* of :mod:`pyramid`. It's intended that higher-level systems emerge +built using :mod:`pyramid` as a base. See also :ref:`apps_are_extensible`. Pyramid Provides Too Many "Rails" --------------------------------- -- cgit v1.2.3