mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #19795: Mark up None as literal text.
This commit is contained in:
parent
9f2e377beb
commit
ecf41da83e
50 changed files with 108 additions and 106 deletions
|
|
@ -764,7 +764,7 @@ In Python 3.2 and later, the behaviour is as follows:
|
|||
The handler's level is set to ``WARNING``, so all events at this and
|
||||
greater severities will be output.
|
||||
|
||||
To obtain the pre-3.2 behaviour, ``logging.lastResort`` can be set to *None*.
|
||||
To obtain the pre-3.2 behaviour, ``logging.lastResort`` can be set to ``None``.
|
||||
|
||||
.. _library-config:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue