From: Georg Brandl Date: Tue, 15 Sep 2009 19:55:15 +0000 (+0000) Subject: Do not document the most important (at least for Guido) future import. X-Git-Tag: v3.2a1~2574 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=277b6f91c33ec453c66459a968d35d431bc7067b;p=thirdparty%2FPython%2Fcpython.git Do not document the most important (at least for Guido) future import. --- diff --git a/Doc/library/__future__.rst b/Doc/library/__future__.rst index 63230743bdf6..3c423939f19e 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::