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
d9728b59
Kaydet (Commit)
d9728b59
authored
May 06, 2012
tarafından
Larry Hastings
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.)
üst
eaa5eeef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
NEWS
Misc/NEWS
+24
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
d9728b59
...
...
@@ -2,6 +2,30 @@
Python
News
+++++++++++
What
's New in Python 3.3.0 Alpha 4?
===================================
*Release date: 26-May-2012*
Core and Builtins
-----------------
- Issue #14705: The PyArg_Parse() family of functions now support the '
p
'
format unit, which accepts a "boolean predicate" argument. It converts
any Python value into an integer--0 if it is "false", and 1 otherwise.
Library
-------
- Issue #14127: The os.stat() result object now provides three additional
fields: st_ctime_ns, st_mtime_ns, and st_atime_ns, providing those times
as an integer with nanosecond resolution. The functions os.utime(),
os.lutimes(), and os.futimes() now accept a new parameter, ns, which
accepts mtime and atime as integers with nanosecond resolution.
- Issue #14127 and #10148: shutil.copystat now preserves exact mtime
and atime on filesystems providing nanosecond resolution.
What'
s
New
in
Python
3.3.0
Alpha
3
?
===================================
...
...
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