I could have sworn this was part of the change to not abbreviate ABSOLUTE
This commit is contained in:
parent
b0b20a10bc
commit
9e5eb4ffbf
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue