mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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
|
@ -1367,7 +1367,7 @@ iterations of the loop.
|
|||
|
||||
.. opcode:: BUILD_SLICE (argc)
|
||||
|
||||
.. index:: builtin: slice
|
||||
.. index:: pair: built-in function; slice
|
||||
|
||||
Pushes a slice object on the stack. *argc* must be 2 or 3. If it is 2, implements::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue