From 9ca8cf3e59b82c85c65d1f28d4c7363031426a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Thu, 25 Dec 2014 19:23:05 +0100 Subject: [PATCH] update project Python 2.5 compatibility documentation --- HACKING.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HACKING.rst b/HACKING.rst index cb6d883..217825b 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -191,6 +191,9 @@ Features missing prior to Python 2.6 * ``fractions`` module. * ``numbers`` module. * String ``format()`` method. +* Using the ``with`` statement from Python 2.5.x requires the ``from __future__ + import with_statement``. + Features missing prior to Python 2.7 ------------------------------------