From 9b98cb8cce1928c7f1c85e09db9836bc33d24533 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 21 Nov 2011 14:07:49 -0600 Subject: [PATCH] Warning that AppEngine Python2.7 has a bug fetching large reqs. --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index a47a44e..94a4b2a 100644 --- a/index.html +++ b/index.html @@ -64,6 +64,13 @@ multithreading to try and reduce our usage. Google considers Python 2.7 Experimental still, so there may be issues.

+

+ One issue that has already cropped up is an AppEngine/Python 2.7 bug with + fetching large results from datastore. For very large + stories (~>270k words), you'll need to use + the Previous + Version until this bug is fixed. +

If you have any problems with this application, please report them in