mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
This commit is contained in:
parent
6709b7d5d1
commit
079bfc962d
4 changed files with 7 additions and 2 deletions
|
@ -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`: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue