mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #19795: Improved markup of True/False constants.
This commit is contained in:
parent
4b79518f83
commit
fbc1c26803
41 changed files with 92 additions and 80 deletions
|
@ -229,10 +229,10 @@ Module functions and constants
|
|||
.. function:: enable_callback_tracebacks(flag)
|
||||
|
||||
By default you will not get any tracebacks in user-defined functions,
|
||||
aggregates, converters, authorizer callbacks etc. If you want to debug them, you
|
||||
can call this function with *flag* as True. Afterwards, you will get tracebacks
|
||||
from callbacks on ``sys.stderr``. Use :const:`False` to disable the feature
|
||||
again.
|
||||
aggregates, converters, authorizer callbacks etc. If you want to debug them,
|
||||
you can call this function with *flag* set to ``True``. Afterwards, you will
|
||||
get tracebacks from callbacks on ``sys.stderr``. Use :const:`False` to
|
||||
disable the feature again.
|
||||
|
||||
|
||||
.. _sqlite3-connection-objects:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue