mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
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:
parent
cf67d6a934
commit
a8ddf85a84
2 changed files with 27 additions and 19 deletions
|
|
@ -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
|
||||
========= ===============================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue