Skip to content

Commit

Permalink
remove jython
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Nov 18, 2011
1 parent 17863d8 commit 40b3a8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions HACKING.txt
Expand Up @@ -61,10 +61,10 @@ In order to add a feature to Pyramid:


- The feature must work on the latest version of PyPy. - The feature must work on the latest version of PyPy.


- The feature must not cause installation or runtime failure on Jython - The feature must not cause installation or runtime failure on App Engine.
or App Engine. If it doesn't cause installation or runtime failure, If it doesn't cause installation or runtime failure, but doesn't actually
but doesn't actually *work* on these platforms, that caveat should be *work* on these platforms, that caveat should be spelled out in the
spelled out in the documentation. documentation.


- The feature must not depend on any particular persistence layer - The feature must not depend on any particular persistence layer
(filesystem, SQL, etc). (filesystem, SQL, etc).
Expand Down

0 comments on commit 40b3a8a

Please sign in to comment.