Clarify that new __future__ imports are not allowed.
This commit is contained in:
parent
a2947e5684
commit
2ff509fa88
|
@ -84,6 +84,9 @@ Cannot Change
|
|||
* General language semantics
|
||||
The language operates as-is with only specific exemptions (see
|
||||
below).
|
||||
* New __future__ imports
|
||||
These are explicitly forbidden, as they effectively change the language
|
||||
syntax and/or semantics (albeit using a compiler directive).
|
||||
|
||||
|
||||
Case-by-Case Exemptions
|
||||
|
|
Loading…
Reference in New Issue