Clarify that new __future__ imports are not allowed.

This commit is contained in:
Guido van Rossum 2009-11-05 23:22:00 +00:00
parent a2947e5684
commit 2ff509fa88
1 changed files with 3 additions and 0 deletions

View File

@ -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