Skip to content

Commit 26332da

Browse files
committed
Semantic markup for __future__ feature descriptions
1 parent 875fbcb commit 26332da

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Doc/library/__future__.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,39 +46,39 @@ language using this mechanism:
4646
* optional in
4747
* mandatory in
4848
* effect
49-
* * nested_scopes
49+
* * .. data:: nested_scopes
5050
* 2.1.0b1
5151
* 2.2
5252
* :pep:`227`: *Statically Nested Scopes*
53-
* * generators
53+
* * .. data:: generators
5454
* 2.2.0a1
5555
* 2.3
5656
* :pep:`255`: *Simple Generators*
57-
* * division
57+
* * .. data:: division
5858
* 2.2.0a2
5959
* 3.0
6060
* :pep:`238`: *Changing the Division Operator*
61-
* * absolute_import
61+
* * .. data:: absolute_import
6262
* 2.5.0a1
6363
* 3.0
6464
* :pep:`328`: *Imports: Multi-Line and Absolute/Relative*
65-
* * with_statement
65+
* * .. data:: with_statement
6666
* 2.5.0a1
6767
* 2.6
6868
* :pep:`343`: *The “with” Statement*
69-
* * print_function
69+
* * .. data:: print_function
7070
* 2.6.0a2
7171
* 3.0
7272
* :pep:`3105`: *Make print a function*
73-
* * unicode_literals
73+
* * .. data:: unicode_literals
7474
* 2.6.0a2
7575
* 3.0
7676
* :pep:`3112`: *Bytes literals in Python 3000*
77-
* * generator_stop
77+
* * .. data:: generator_stop
7878
* 3.5.0b1
7979
* 3.7
8080
* :pep:`479`: *StopIteration handling inside generators*
81-
* * annotations
81+
* * .. data:: annotations
8282
* 3.7.0b1
8383
* Never [1]_
8484
* :pep:`563`: *Postponed evaluation of annotations*,

0 commit comments

Comments
 (0)