Commit 838b1339 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Remove redundant leading zeroes in PEP references.

parent 68822a0d
...@@ -135,7 +135,7 @@ Functions provided: ...@@ -135,7 +135,7 @@ Functions provided:
.. seealso:: .. seealso::
:pep:`0343` - The "with" statement :pep:`343` - The "with" statement
The specification, background, and examples for the Python :keyword:`with` The specification, background, and examples for the Python :keyword:`with`
statement. statement.
...@@ -245,7 +245,7 @@ methods of :class:`WeakKeyDictionary` objects. ...@@ -245,7 +245,7 @@ methods of :class:`WeakKeyDictionary` objects.
.. seealso:: .. seealso::
:pep:`0205` - Weak References :pep:`205` - Weak References
The proposal and rationale for this feature, including links to earlier The proposal and rationale for this feature, including links to earlier
implementations and information about similar features in other languages. implementations and information about similar features in other languages.
......
...@@ -418,7 +418,7 @@ is equivalent to :: ...@@ -418,7 +418,7 @@ is equivalent to ::
.. seealso:: .. seealso::
:pep:`0343` - The "with" statement :pep:`343` - The "with" statement
The specification, background, and examples for the Python :keyword:`with` The specification, background, and examples for the Python :keyword:`with`
statement. statement.
......
...@@ -2397,7 +2397,7 @@ For more information on context managers, see :ref:`typecontextmanager`. ...@@ -2397,7 +2397,7 @@ For more information on context managers, see :ref:`typecontextmanager`.
.. seealso:: .. seealso::
:pep:`0343` - The "with" statement :pep:`343` - The "with" statement
The specification, background, and examples for the Python :keyword:`with` The specification, background, and examples for the Python :keyword:`with`
statement. statement.
......
...@@ -508,7 +508,7 @@ generator functions:: ...@@ -508,7 +508,7 @@ generator functions::
.. seealso:: .. seealso::
:pep:`0342` - Coroutines via Enhanced Generators :pep:`342` - Coroutines via Enhanced Generators
The proposal to enhance the API and syntax of generators, making them usable as The proposal to enhance the API and syntax of generators, making them usable as
simple coroutines. simple coroutines.
......
...@@ -538,10 +538,10 @@ section. ...@@ -538,10 +538,10 @@ section.
.. seealso:: .. seealso::
:pep:`0255` - Simple Generators :pep:`255` - Simple Generators
The proposal for adding generators and the :keyword:`yield` statement to Python. The proposal for adding generators and the :keyword:`yield` statement to Python.
:pep:`0342` - Coroutines via Enhanced Generators :pep:`342` - Coroutines via Enhanced Generators
The proposal that, among other generator enhancements, proposed allowing The proposal that, among other generator enhancements, proposed allowing
:keyword:`yield` to appear inside a :keyword:`try` ... :keyword:`finally` block. :keyword:`yield` to appear inside a :keyword:`try` ... :keyword:`finally` block.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment