Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert accidentally-pushed commit
This reverts commit 3e5a8f9.
  • Loading branch information
encukou committed Jul 7, 2025
commit 83072af3c6c4996acc25cd93e6968d7783520a85
18 changes: 9 additions & 9 deletions Doc/library/__future__.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,39 +46,39 @@ language using this mechanism:
* optional in
* mandatory in
* effect
* * .. data:: nested_scopes
* * nested_scopes
* 2.1.0b1
* 2.2
* :pep:`227`: *Statically Nested Scopes*
* * .. data:: generators
* * generators
* 2.2.0a1
* 2.3
* :pep:`255`: *Simple Generators*
* * .. data:: division
* * division
* 2.2.0a2
* 3.0
* :pep:`238`: *Changing the Division Operator*
* * .. data:: absolute_import
* * absolute_import
* 2.5.0a1
* 3.0
* :pep:`328`: *Imports: Multi-Line and Absolute/Relative*
* * .. data:: with_statement
* * with_statement
* 2.5.0a1
* 2.6
* :pep:`343`: *The “with” Statement*
* * .. data:: print_function
* * print_function
* 2.6.0a2
* 3.0
* :pep:`3105`: *Make print a function*
* * .. data:: unicode_literals
* * unicode_literals
* 2.6.0a2
* 3.0
* :pep:`3112`: *Bytes literals in Python 3000*
* * .. data:: generator_stop
* * generator_stop
* 3.5.0b1
* 3.7
* :pep:`479`: *StopIteration handling inside generators*
* * .. data:: annotations
* * annotations
* 3.7.0b1
* Never [1]_
* :pep:`563`: *Postponed evaluation of annotations*,
Expand Down