Reference markup fix.
This commit is contained in:
parent
301c2574ac
commit
f4680d0439
|
@ -65,7 +65,7 @@ Core language
|
||||||
|
|
||||||
* True division becomes default behavior [#pep238]_ [done]
|
* True division becomes default behavior [#pep238]_ [done]
|
||||||
* ``exec`` as a statement is not worth it -- make it a function [done]
|
* ``exec`` as a statement is not worth it -- make it a function [done]
|
||||||
* (Maybe) add optional declarations for static typing [#pep3107] [10]_
|
* (Maybe) add optional declarations for static typing [#pep3107]_ [10]_
|
||||||
* Support only new-style classes; classic classes will be gone [1]_ [done]
|
* Support only new-style classes; classic classes will be gone [1]_ [done]
|
||||||
* Replace ``print`` by a function [14]_ [#pep3105]_
|
* Replace ``print`` by a function [14]_ [#pep3105]_
|
||||||
* Use ``except E1, E2, E3 as err:`` if you want the error variable. [3]_
|
* Use ``except E1, E2, E3 as err:`` if you want the error variable. [3]_
|
||||||
|
|
Loading…
Reference in New Issue