summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-05-19 15:34:06 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-05-19 15:36:33 (GMT)
commit079bfc962d838cb80a008ad3d949222256e1228d (patch)
treecbceea43337e95c19de480f6b63de0819b33fa4c /Doc
parent6709b7d5d1b8643856a3e0f864c0657a927f427a (diff)
downloadcpython-079bfc962d838cb80a008ad3d949222256e1228d.zip
cpython-079bfc962d838cb80a008ad3d949222256e1228d.tar.gz
cpython-079bfc962d838cb80a008ad3d949222256e1228d.tar.bz2
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/__future__.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/__future__.rst b/Doc/library/__future__.rst
index 0acccc5..72f2963 100644
--- a/Doc/library/__future__.rst
+++ b/Doc/library/__future__.rst
@@ -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`: |