summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
diff options
context:
space:
mode:
authorAndrés Delfino <adelfino@gmail.com>2018-06-25 06:06:10 (GMT)
committerTal Einat <taleinat+github@gmail.com>2018-06-25 06:06:10 (GMT)
commita8ddf85a84364d2c660e6670a7e06621993d1fdc (patch)
tree3183b4d73ee63248a5e56e8cb057c78d0fba19f0 /Doc/library/functions.rst
parentcf67d6a934b51b1f97e72945b596477b271f70b8 (diff)
downloadcpython-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.rst5
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
========= ===============================================================