diff options
author | Andrés Delfino <adelfino@gmail.com> | 2018-06-25 06:06:10 (GMT) |
---|---|---|
committer | Tal Einat <taleinat+github@gmail.com> | 2018-06-25 06:06:10 (GMT) |
commit | a8ddf85a84364d2c660e6670a7e06621993d1fdc (patch) | |
tree | 3183b4d73ee63248a5e56e8cb057c78d0fba19f0 /Doc/library/functions.rst | |
parent | cf67d6a934b51b1f97e72945b596477b271f70b8 (diff) | |
download | cpython-a8ddf85a84364d2c660e6670a7e06621993d1fdc.zip cpython-a8ddf85a84364d2c660e6670a7e06621993d1fdc.tar.gz cpython-a8ddf85a84364d2c660e6670a7e06621993d1fdc.tar.bz2 |
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.
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r-- | Doc/library/functions.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 457e1c3..7b1b0ca 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -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 ========= =============================================================== |