#14494: Document that absolute imports became default in 3.0 instead of 2.7.

This commit is contained in:
Petri Lehtinen 2012-05-19 18:34:06 +03:00
parent 6709b7d5d1
commit 079bfc962d
4 changed files with 7 additions and 2 deletions

View file

@ -75,7 +75,7 @@ language using this mechanism:
| division | 2.2.0a2 | 3.0 | :pep:`238`: |
| | | | *Changing the Division Operator* |
+------------------+-------------+--------------+---------------------------------------------+
| absolute_import | 2.5.0a1 | 2.7 | :pep:`328`: |
| absolute_import | 2.5.0a1 | 3.0 | :pep:`328`: |
| | | | *Imports: Multi-Line and Absolute/Relative* |
+------------------+-------------+--------------+---------------------------------------------+
| with_statement | 2.5.0a1 | 2.6 | :pep:`343`: |