mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
GH-97950: Use new-style index directive ('builtin') (#104164)
* Uncomment builtin removal in pairindextypes * Use new-style index directive ('builtin') - C API * Use new-style index directive ('builtin') - Extending * Use new-style index directive ('builtin') - Library * Use new-style index directive ('builtin') - Reference * Use new-style index directive ('builtin') - Tutorial
This commit is contained in:
parent
4cd95dce0b
commit
f5088006ca
23 changed files with 77 additions and 77 deletions
|
@ -285,7 +285,7 @@ Reading and Writing Files
|
|||
=========================
|
||||
|
||||
.. index::
|
||||
builtin: open
|
||||
pair: built-in function; open
|
||||
pair: object; file
|
||||
|
||||
:func:`open` returns a :term:`file object`, and is most commonly used with
|
||||
|
|
|
@ -24,7 +24,7 @@ Be sure to use the ``import os`` style instead of ``from os import *``. This
|
|||
will keep :func:`os.open` from shadowing the built-in :func:`open` function which
|
||||
operates much differently.
|
||||
|
||||
.. index:: builtin: help
|
||||
.. index:: pair: built-in function; help
|
||||
|
||||
The built-in :func:`dir` and :func:`help` functions are useful as interactive
|
||||
aids for working with large modules like :mod:`os`::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue