From 7da36514e95e4dae6a1f75e508e1831aa83595a2 Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Fri, 30 Apr 2010 23:29:59 +0000 Subject: [PATCH] Mark 2to3 as compatible with python-2.5 per the discussion in issue 8566. --- pep-0291.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pep-0291.txt b/pep-0291.txt index 4020980c5..283be5f23 100644 --- a/pep-0291.txt +++ b/pep-0291.txt @@ -82,16 +82,19 @@ Features to Avoid 2.4 with statement, conditional expressions, combined try/except/finally, relative imports, - yield expressions or generator.throw/send/close() + yield expressions or generator.throw/send/close(), + plus all features below - 2.5 ??? + 2.5 with statement without from __future__ import, + io module, str.format(), except as, + bytes, b'' literals, property.setter/deleter Backward Compatible Packages, Modules, and Tools Package/Module Maintainer(s) Python Version Notes -------------- ------------- -------------- ----- - 2to3 Benjamin Peterson 2.6 + 2to3 Benjamin Peterson 2.5 bsddb Greg Smith 2.1 Barry Warsaw compiler Jeremy Hylton 2.1