Chris McDonough
2010-12-26 c22259e410a6f40d7c48985941e0fc970b6e3d5d
Merge branch 'master' of github.com:Pylons/pyramid
1 files modified
4 ■■■■ changed files
docs/designdefense.rst 4 ●●●● patch | view | raw | blame | history
docs/designdefense.rst
@@ -90,7 +90,7 @@
with the other.  We'll also shrink the choice of credible Python web
frameworks down by at least one.  We're also hoping to attract users from
other communities (such as Zope's and TurboGears') by providing the features
they requre, while allowing enough flexibility to do things in a familiar
they require, while allowing enough flexibility to do things in a familiar
fashion.  Some overlap of functionality to achieve these goals is expected
and unavoidable, at least if we aim to prevent pointless duplication at
higher levels.  If we've done our job well enough, the various audiences will
@@ -260,7 +260,7 @@
what it does and how it works.  The authors of :app:`Pyramid` understand the
ZCA deeply and can read code that uses it as easily as any other code.
But we recognize that developers who my want to extend the framework are not
But we recognize that developers who might want to extend the framework are not
as comfortable with the ZCA registry API as the original developers are with
it.  So, for the purposes of being kind to third-party :app:`Pyramid`
framework developers in, we've drawn some lines in the sand.