mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Change markup so it generates a link
This commit is contained in:
parent
16190c8236
commit
10f3d7acbd
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ Each statement in :file:`__future__.py` is of the form::
|
||||||
|
|
||||||
|
|
||||||
where, normally, *OptionalRelease* is less than *MandatoryRelease*, and both are
|
where, normally, *OptionalRelease* is less than *MandatoryRelease*, and both are
|
||||||
5-tuples of the same form as ``sys.version_info``::
|
5-tuples of the same form as :data:`sys.version_info`::
|
||||||
|
|
||||||
(PY_MAJOR_VERSION, # the 2 in 2.1.0a3; an int
|
(PY_MAJOR_VERSION, # the 2 in 2.1.0a3; an int
|
||||||
PY_MINOR_VERSION, # the 1; an int
|
PY_MINOR_VERSION, # the 1; an int
|
||||||
|
|
|
@ -447,8 +447,8 @@ always available.
|
||||||
|
|
||||||
This is called ``hexversion`` since it only really looks meaningful when viewed
|
This is called ``hexversion`` since it only really looks meaningful when viewed
|
||||||
as the result of passing it to the built-in :func:`hex` function. The
|
as the result of passing it to the built-in :func:`hex` function. The
|
||||||
``version_info`` value may be used for a more human-friendly encoding of the
|
struct sequence :data:`sys.version_info` may be used for a more human-friendly
|
||||||
same information.
|
encoding of the same information.
|
||||||
|
|
||||||
|
|
||||||
.. data:: int_info
|
.. data:: int_info
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue