summaryrefslogtreecommitdiff
path: root/compat.py
diff options
context:
space:
mode:
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>2008-05-01 18:07:37 +0200
committerAlexandre Fayolle <alexandre.fayolle@logilab.fr>2008-05-01 18:07:37 +0200
commit2ab6082298757ba8f28af31be2913b13ba5efc80 (patch)
tree3b30357af59b3625910d73a00f6bfdb2699b2642 /compat.py
parent602c4cf71a31748dbd0fca00abb4d64f5a76e31b (diff)
downloadlogilab-common-2ab6082298757ba8f28af31be2913b13ba5efc80.tar.gz
better description
Diffstat (limited to 'compat.py')
-rw-r--r--compat.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat.py b/compat.py
index d9a11f5..7e98330 100644
--- a/compat.py
+++ b/compat.py
@@ -15,8 +15,8 @@
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-"""some wrapper around tools introduced into python 2.3, making them available
-in python 2.2
+"""some wrapper around some builtins introduced in python 2.3, 2.4 and
+2.5, making them available in for earlier versions of python.
"""
from __future__ import generators