mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
gh-110631: Fix reST indentation (#110724)
* Fix wrong indentation in the other dirs. * Fix more wrong indentation.
This commit is contained in:
parent
bb7923f556
commit
718391f475
8 changed files with 56 additions and 58 deletions
|
|
@ -1160,6 +1160,7 @@ bits are handled: ``STRICT``, ``CONFORM``, ``EJECT``, and ``KEEP``:
|
|||
* CONFORM --> discards any invalid bits
|
||||
* EJECT --> lose Flag status and become a normal int with the given value
|
||||
* KEEP --> keep the extra bits
|
||||
|
||||
- keeps Flag status and extra bits
|
||||
- extra bits do not show up in iteration
|
||||
- extra bits do show up in repr() and str()
|
||||
|
|
|
|||
|
|
@ -247,9 +247,7 @@ The output looks like this:
|
|||
where the columns are:
|
||||
|
||||
- time in microseconds since start of script
|
||||
|
||||
- name of executable
|
||||
|
||||
- PID of process
|
||||
|
||||
and the remainder indicates the call/return hierarchy as the script executes.
|
||||
|
|
|
|||
|
|
@ -320,9 +320,7 @@ Module contents
|
|||
:class:`Field` object directly. Its documented attributes are:
|
||||
|
||||
- ``name``: The name of the field.
|
||||
|
||||
- ``type``: The type of the field.
|
||||
|
||||
- ``default``, ``default_factory``, ``init``, ``repr``, ``hash``,
|
||||
``compare``, ``metadata``, and ``kw_only`` have the identical
|
||||
meaning and values as they do in the :func:`field` function.
|
||||
|
|
|
|||
|
|
@ -3797,7 +3797,7 @@ Naturally, they are all only available on Linux.
|
|||
|
||||
- :func:`read`
|
||||
- :func:`~select.select`
|
||||
- :func:`~select.poll`.
|
||||
- :func:`~select.poll`
|
||||
|
||||
The file descriptor's :func:`read` method can be called with a buffer size
|
||||
of 8. If the timer has already expired one or more times, :func:`read`
|
||||
|
|
|
|||
|
|
@ -1195,16 +1195,17 @@ Otherwise, your users may experience problems using your application. Note that
|
|||
the first suggestion is the best, as the others may still be susceptible to
|
||||
non-standard paths in the registry and user site-packages.
|
||||
|
||||
.. versionchanged::
|
||||
3.6
|
||||
.. versionchanged:: 3.6
|
||||
|
||||
* Adds ``._pth`` file support and removes ``applocal`` option from
|
||||
Add ``._pth`` file support and removes ``applocal`` option from
|
||||
``pyvenv.cfg``.
|
||||
* Adds :file:`python{XX}.zip` as a potential landmark when directly adjacent
|
||||
|
||||
.. versionchanged:: 3.6
|
||||
|
||||
Add :file:`python{XX}.zip` as a potential landmark when directly adjacent
|
||||
to the executable.
|
||||
|
||||
.. deprecated::
|
||||
3.6
|
||||
.. deprecated:: 3.6
|
||||
|
||||
Modules specified in the registry under ``Modules`` (not ``PythonPath``)
|
||||
may be imported by :class:`importlib.machinery.WindowsRegistryFinder`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue