mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
This commit is contained in:
parent
06871ef2b3
commit
5d94134040
69 changed files with 253 additions and 256 deletions
|
|
@ -1316,7 +1316,7 @@ An example dictionary-based configuration
|
|||
-----------------------------------------
|
||||
|
||||
Below is an example of a logging configuration dictionary - it's taken from
|
||||
the `documentation on the Django project <https://docs.djangoproject.com/en/1.3/topics/logging/#configuring-logging>`_.
|
||||
the `documentation on the Django project <https://docs.djangoproject.com/en/1.4/topics/logging/#configuring-logging>`_.
|
||||
This dictionary is passed to :func:`~config.dictConfig` to put the configuration into effect::
|
||||
|
||||
LOGGING = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue