Improve PEP 294 markup
This commit is contained in:
parent
c7a746ddea
commit
2e6c3886d1
|
@ -42,7 +42,7 @@ benefit.
|
||||||
|
|
||||||
Instead, the problem that some internal types (frames, functions,
|
Instead, the problem that some internal types (frames, functions,
|
||||||
etc.) don't live anywhere outside those modules may be addressed by
|
etc.) don't live anywhere outside those modules may be addressed by
|
||||||
either adding them to `__builtin__` or sys. This will provide a
|
either adding them to ``__builtin__`` or sys. This will provide a
|
||||||
smoother transition to Python 3.0.
|
smoother transition to Python 3.0.
|
||||||
|
|
||||||
|
|
||||||
|
@ -92,8 +92,8 @@ to discourage their use in new code.
|
||||||
Reference Implementation
|
Reference Implementation
|
||||||
========================
|
========================
|
||||||
|
|
||||||
A reference implementation is available in bpo #569328:
|
A reference implementation is available in
|
||||||
`<http://bugs.python.org/issue569328>`_
|
`issue #569328 <https://bugs.python.org/issue569328>`_.
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
|
@ -101,9 +101,6 @@ Copyright
|
||||||
|
|
||||||
This document has been placed in the public domain.
|
This document has been placed in the public domain.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
..
|
..
|
||||||
Local Variables:
|
Local Variables:
|
||||||
mode: indented-text
|
mode: indented-text
|
||||||
|
|
Loading…
Reference in New Issue