mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
GH-97950: Use new-style index directive ('object') (#104158)
* Uncomment object removal in pairindextypes * Use new-style index directive ('object') - C API * Use new-style index directive ('object') - Library * Use new-style index directive ('object') - Reference * Use new-style index directive ('object') - Tutorial
This commit is contained in:
parent
b0ce2db118
commit
6ab463684b
31 changed files with 143 additions and 143 deletions
|
@ -444,7 +444,7 @@ always available.
|
|||
object <traceback-objects>` which typically encapsulates the call
|
||||
stack at the point where the exception last occurred.
|
||||
|
||||
.. index:: object: traceback
|
||||
.. index:: pair: object; traceback
|
||||
|
||||
If no exception is being handled anywhere on the stack, this function
|
||||
return a tuple containing three ``None`` values.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue