]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Do not document the most important (at least for Guido) future import.
authorGeorg Brandl <georg@python.org>
Tue, 15 Sep 2009 19:55:15 +0000 (19:55 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 15 Sep 2009 19:55:15 +0000 (19:55 +0000)
Doc/library/__future__.rst

index 63230743bdf63bd2ad4248ea7396c2efceb665b7..3c423939f19edb59b736c66a0f96ff4300d56937 100644 (file)
@@ -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::