bpo-33943: Add references in the docs for logging.basicConfig (GH-7858)

Adds references to info about file modes, `time.strftime()`, string formatting
syntaxes, and logging levels.
This commit is contained in:
Andrés Delfino 2018-06-25 03:06:10 -03:00 committed by Tal Einat
parent cf67d6a934
commit a8ddf85a84
2 changed files with 27 additions and 19 deletions

View file

@ -971,6 +971,11 @@ are always available. They are listed here in alphabetical order.
encoding. (For reading and writing raw bytes use binary mode and leave
*encoding* unspecified.) The available modes are:
.. _filemodes:
.. index::
pair: file; modes
========= ===============================================================
Character Meaning
========= ===============================================================