diff options
author | Georg Brandl <georg@python.org> | 2009-09-15 19:55:15 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-09-15 19:55:15 (GMT) |
commit | 277b6f91c33ec453c66459a968d35d431bc7067b (patch) | |
tree | 993c2ebbc1508d17711e6e069d045d94f37d0136 /Doc/library/__future__.rst | |
parent | bea37aee6b2de078db2843e94c70a7a9206737f8 (diff) | |
download | cpython-277b6f91c33ec453c66459a968d35d431bc7067b.zip cpython-277b6f91c33ec453c66459a968d35d431bc7067b.tar.gz cpython-277b6f91c33ec453c66459a968d35d431bc7067b.tar.bz2 |
Do not document the most important (at least for Guido) future import.
Diffstat (limited to 'Doc/library/__future__.rst')
-rw-r--r-- | Doc/library/__future__.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/library/__future__.rst b/Doc/library/__future__.rst index 6323074..3c42393 100644 --- a/Doc/library/__future__.rst +++ b/Doc/library/__future__.rst @@ -84,9 +84,7 @@ language using this mechanism: | unicode_literals | 2.6.0a2 | 3.0 | :pep:`3112`: | | | | | *Bytes literals in Python 3000* | +------------------+-------------+--------------+---------------------------------------------+ -| barry_as_FLUFL | 3.1.0a1 | 3.9 | :pep:`401`: | -| | | | *BDFL Retirement* | -+------------------+-------------+--------------+---------------------------------------------+ + .. seealso:: |