mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
I could have sworn this was part of the change to not abbreviate ABSOLUTE
This commit is contained in:
parent
b0b20a10bc
commit
9e5eb4ffbf
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue