Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
2800dcf6
Kaydet (Commit)
2800dcf6
authored
Tem 07, 2018
tarafından
Dong-hee Na
Kaydeden (comit)
Serhiy Storchaka
Tem 07, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153)
üst
4629c0d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
logging.rst
Doc/library/logging.rst
+7
-8
2018-07-07-20-38-41.bpo-34065.1snofM.rst
...xt/Documentation/2018-07-07-20-38-41.bpo-34065.1snofM.rst
+1
-0
No files found.
Doc/library/logging.rst
Dosyayı görüntüle @
2800dcf6
...
@@ -1186,25 +1186,24 @@ functions.
...
@@ -1186,25 +1186,24 @@ functions.
| | with *filename* or *stream* - if both |
| | with *filename* or *stream* - if both |
| | are present, a ``ValueError`` is raised. |
| | are present, a ``ValueError`` is raised. |
+--------------+---------------------------------------------+
+--------------+---------------------------------------------+
|
``force``
| If this keyword argument is specified as |
|
*force*
| If this keyword argument is specified as |
| | true, any existing handlers attached to the |
| | true, any existing handlers attached to the |
| | root logger are removed and closed, before |
| | root logger are removed and closed, before |
| | carrying out the configuration as specified |
| | carrying out the configuration as specified |
| | by the other arguments. |
| | by the other arguments. |
+--------------+---------------------------------------------+
+--------------+---------------------------------------------+
.. versionchanged:: 3.8
The ``force`` argument was added.
.. versionchanged:: 3.2
.. versionchanged:: 3.2
The
``style``
argument was added.
The
*style*
argument was added.
.. versionchanged:: 3.3
.. versionchanged:: 3.3
The
``handlers``
argument was added. Additional checks were added to
The
*handlers*
argument was added. Additional checks were added to
catch situations where incompatible arguments are specified (e.g.
catch situations where incompatible arguments are specified (e.g.
``handlers`` together with ``stream`` or ``filename``, or ``stream``
*handlers* together with *stream* or *filename*, or *stream*
together with
``filename``
).
together with
*filename*
).
.. versionchanged:: 3.8
The *force* argument was added.
.. function:: shutdown()
.. function:: shutdown()
...
...
Misc/NEWS.d/next/Documentation/2018-07-07-20-38-41.bpo-34065.1snofM.rst
0 → 100644
Dosyayı görüntüle @
2800dcf6
Fix wrongly written basicConfig documentation markup syntax
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment