diff options
-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:: |