From: Neal Norwitz Date: Mon, 3 Apr 2006 06:58:51 +0000 (+0000) Subject: I could have sworn this was part of the change to not abbreviate ABSOLUTE X-Git-Tag: v2.5a1~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e5eb4ffbf2198ad5721078b4a76e7a63c0ac3c6;p=python I could have sworn this was part of the change to not abbreviate ABSOLUTE --- diff --git a/Lib/__future__.py b/Lib/__future__.py index 79bee2476c..d8e14d1573 100644 --- a/Lib/__future__.py +++ b/Lib/__future__.py @@ -109,7 +109,7 @@ division = _Feature((2, 2, 0, "alpha", 2), absolute_import = _Feature((2, 5, 0, "alpha", 1), (2, 7, 0, "alpha", 0), - CO_FUTURE_ABSIMPORT) + CO_FUTURE_ABSOLUTE_IMPORT) with_statement = _Feature((2, 5, 0, "alpha", 1), (2, 6, 0, "alpha", 0),