From 27ce5cc0a139d06ed83bd60ace20ad38cdf4ec8f Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 26 Jul 2010 16:02:36 +0200 Subject: [PATCH] Added another rule to the approval list. 2.5-2.7 compatibility --- docs/extensiondev.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/extensiondev.rst b/docs/extensiondev.rst index c2a6d2f731..1505e69c3d 100644 --- a/docs/extensiondev.rst +++ b/docs/extensiondev.rst @@ -316,6 +316,8 @@ extension to be approved you have to follow these guidelines: (``PackageName==dev``). 9. The ``zip_safe`` flag in the setup scrip must be set to ``False``, even if the extension would be safe for zipping. +10. An extension currently has to support Python 2.5, 2.6 as well as + Python 2.7 .. _Flask Extension Wizard: