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
45ec4261
Kaydet (Commit)
45ec4261
authored
Kas 20, 2010
tarafından
Łukasz Langa
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
acknowledge configparser evolution
üst
c264c098
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
2 deletions
+21
-2
NEWS
Misc/NEWS
+21
-2
No files found.
Misc/NEWS
Dosyayı görüntüle @
45ec4261
...
@@ -21,12 +21,31 @@ Core and Builtins
...
@@ -21,12 +21,31 @@ Core and Builtins
Library
Library
-------
-------
- Issue #1682942: configparser supports alternative option/value delimiters.
- Issue #5412: configparser supports mapping protocol access.
- Issue #9411: configparser supports specifying encoding for read operations.
- Issue #9421: configparser's getint(), getfloat() and getboolean() methods
accept vars and default arguments just like get() does.
- Issue #9452: configparser supports reading from strings and dictionaries.
- configparser: accepted INI file structure is now customizable, including
comment prefixes, name of the DEFAULT section, empty lines in multiline
values, and indentation.
- Issue 10326: unittest.TestCase instances can be pickled.
- Issue 10326: unittest.TestCase instances can be pickled.
- Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to
- Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to
complex zeros on systems where the log1p function fails to respect
complex zeros on systems where the log1p function fails to respect
the sign of zero. This fixes a test failure on AIX.
the sign of zero. This fixes a test failure on AIX.
- Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to complex
zeros on systems where the log1p function fails to respect the sign of zero.
This fixes a test failure on AIX.
- Issue #9732: Addition of getattr_static to the inspect module.
- Issue #9732: Addition of getattr_static to the inspect module.
- Issue #10446: Module documentation generated by pydoc now links to a
- Issue #10446: Module documentation generated by pydoc now links to a
...
@@ -53,8 +72,8 @@ Tests
...
@@ -53,8 +72,8 @@ Tests
- Do not fail test_socket when the IP address of the local hostname
- Do not fail test_socket when the IP address of the local hostname
cannot be looked up.
cannot be looked up.
- Issue #8886: Use context managers throughout test_zipfile. Patch by
- Issue #8886: Use context managers throughout test_zipfile. Patch by
Eric
Eric
Carstensen.
Carstensen.
Build
Build
-----
-----
...
...
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