summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-11-18 09:47:40 -0500
committerChris McDonough <chrism@plope.com>2011-11-18 09:47:40 -0500
commit40b3a8a15e972a7d1dc0b0c7909d3e2a24f91afe (patch)
tree9e2554e7d58d1134390954849f31fac42e22ce04 /HACKING.txt
parent17863d878b4cc47342eb1e7606df99178700beb3 (diff)
downloadpyramid-40b3a8a15e972a7d1dc0b0c7909d3e2a24f91afe.tar.gz
pyramid-40b3a8a15e972a7d1dc0b0c7909d3e2a24f91afe.tar.bz2
pyramid-40b3a8a15e972a7d1dc0b0c7909d3e2a24f91afe.zip
remove jython
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 24d1b48a1..593e89ac1 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -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 not cause installation or runtime failure on Jython
- or App Engine. If it doesn't cause installation or runtime failure,
- but doesn't actually *work* on these platforms, that caveat should be
- spelled out in the documentation.
+- The feature must not cause installation or runtime failure on App Engine.
+ If it doesn't cause installation or runtime failure, but doesn't actually
+ *work* on these platforms, that caveat should be spelled out in the
+ documentation.
- The feature must not depend on any particular persistence layer
(filesystem, SQL, etc).