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
416616fc
Kaydet (Commit)
416616fc
authored
Mar 10, 2014
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
whatsnew: logging.fileConfig accepts ConfigParser instances. (#16110)
And missing NEWS entry.
üst
c5f5d695
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
3.4.rst
Doc/whatsnew/3.4.rst
+8
-0
NEWS
Misc/NEWS
+3
-0
No files found.
Doc/whatsnew/3.4.rst
Dosyayı görüntüle @
416616fc
...
...
@@ -1006,6 +1006,14 @@ happen. (Contributed by Ronald Oussoren in :issue:`9556`.)
setting *port* to ``None``). (Contributed by Vinay Sajip in commit
ce46195b56a9.)
:func:`~logging.config.fileConfig` now accepts a
:class:`configparser.RawConfigParser` subclass instance for the *fname*
parameter. This facilitates using a configuration file when logging
configuration is just a part of the overall application configuration, or where
the application modifies the configuration before passing it to
:func:`~logging.config.fileConfig`. (Contributed by Vinay Sajip in
:issue:`16110`.)
.. _whatsnew-marshal-3:
...
...
Misc/NEWS
Dosyayı görüntüle @
416616fc
...
...
@@ -3617,6 +3617,9 @@ Library
- Issue #16169: Fix ctypes.WinError()'
s
confusion
between
errno
and
winerror
.
-
Issue
#
16110
:
logging
.
fileConfig
now
accepts
a
pre
-
initialised
ConfigParser
instance
.
-
Issue
#
1492704
:
shutil
.
copyfile
()
raises
a
distinct
SameFileError
now
if
source
and
destination
are
the
same
file
.
Patch
by
Atsuo
Ishimoto
.
...
...
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