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
3ec899fc
Kaydet (Commit)
3ec899fc
authored
Ock 08, 2011
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
NEWS: merge #1777412 and #10827 entries
üst
f7d019ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
11 deletions
+6
-11
NEWS
Misc/NEWS
+6
-11
No files found.
Misc/NEWS
Dosyayı görüntüle @
3ec899fc
...
...
@@ -40,11 +40,6 @@ Core and Builtins
Library
-------
- Issue #1777412: minimum year for time.asctime(), time.ctime() and
time.strftime() is now: 1000 instead of 1900 by default (accept2dyear=0) and
not limited instead of 1900 if accept2dyear=1. With Visual Studio or on
Solaris, the year is limited to the range [1; 9999].
- Issue #10859: Make ``contextlib.GeneratorContextManager`` officially
private by renaming it to ``_GeneratorContextManager``.
...
...
@@ -60,12 +55,12 @@ Library
without folding whitespace. It now uses the continuation_ws, as it
does for continuation lines that it creates itself.
- Issue #1
0827: Changed the rules for 2-digit years. The time.asctim
e
function will now format any year when ``time.accept2dyear`` is
false and will accept years >= 1000 otherwise. The year range
accepted by ``time.mktime`` and ``time.strftime`` is still system
dependent, but ``time.mktime`` will now accept full range supported
by the OS.
Conversion of 2-digit years to 4-digit is deprecated.
- Issue #1
777412, #10827: Changed the rules for 2-digit years. Th
e
time.asctime(), time.ctime() and time.strftime() functions will now format
any year when ``time.accept2dyear`` is False and will accept years >= 1000
otherwise. ``time.mktime`` and ``time.strftime`` now accept full range
supported by the OS. With Visual Studio or on Solaris, the year is limited to
the range [1; 9999].
Conversion of 2-digit years to 4-digit is deprecated.
- Issue #7858: Raise an error properly when os.utime() fails under Windows
on an existing file.
...
...
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