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
db9044e0
Kaydet (Commit)
db9044e0
authored
Eyl 06, 2010
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix nits
üst
f63a6fc2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
3.2.rst
Doc/whatsnew/3.2.rst
+7
-7
No files found.
Doc/whatsnew/3.2.rst
Dosyayı görüntüle @
db9044e0
...
...
@@ -56,7 +56,7 @@ PEP 391: Dictionary Based Configuration for Logging
The :mod:`logging` module provided two kinds of configuration, one style with
function calls for each option or another style driven by an external file saved
in a :mod:`ConfigParser` format. Those options did not provide the flexibility
to create configurations from JSON or YAML files, nor
they did
not support
to create configurations from JSON or YAML files, nor
did they
not support
incremental configuration, which is needed for specifying logger options from a
command line.
...
...
@@ -220,8 +220,8 @@ Some smaller changes made to the core Python language are:
(By Nick Coghlan and Terrence Cole; :issue:`9567`, :issue:`3445`, and
:issue:`8814`.)
* The :mod:`abc` module now supports :func:`
~abc.
abstractclassmethod` and
:func:`
~abc.
abstractstaticmethod`.
* The :mod:`abc` module now supports :func:`abstractclassmethod` and
:func:`abstractstaticmethod`.
(Patch submitted by Daniel Urban; :issue:`5867`.)
...
...
@@ -312,11 +312,11 @@ New, Improved, and Deprecated Modules
* The :func:`shutil.copytree` function has two new options:
* *ignore_dangling_symlinks*: when ``symlinks=False``
(meaning
that the function
copies the file pointed to by the symlink, not the symlink itself
), t
his
* *ignore_dangling_symlinks*: when ``symlinks=False``
so
that the function
copies the file pointed to by the symlink, not the symlink itself
. T
his
option will silence the error raised if the file doesn't exist.
* *copy_function*: a callable that will be used to copy files.
* *copy_function*:
is
a callable that will be used to copy files.
:func:`shutil.copy2` is used by default.
(Contributed by Tarek Ziadé.)
...
...
@@ -482,7 +482,7 @@ Changes to Python's build process and to the C API include:
(Reported by Bupjoe Lee and fixed by Amaury Forgeot D'Arc; :issue:`5127`.)
* Computed gotos are now enabled by default on supported compilers (which are
detected by the configure script). They can still be disable selectively by
detected by the configure script). They can still be disable
d
selectively by
specifying ``--without-computed-gotos``.
(Contributed by Antoine Pitrou; :issue:`9203`.)
...
...
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