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
6e3a66de
Kaydet (Commit)
6e3a66de
authored
Nis 07, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix a few XXX markers
üst
9fbc44cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+7
-8
No files found.
Doc/whatsnew/whatsnew25.tex
Dosyayı görüntüle @
6e3a66de
...
...
@@ -841,9 +841,7 @@ false values. \function{any()} returns \constant{True} if any value
returned by the iterator is true; otherwise it will return
\constant
{
False
}
.
\function
{
all()
}
returns
\constant
{
True
}
only if
all of the values returned by the iterator evaluate as being true.
% XXX who added?
(Suggested by GvR, and implemented by Raymond Hettinger.)
\item
The list of base classes in a class definition can now be empty.
As an example, this is now legal:
...
...
@@ -976,8 +974,7 @@ will return a function
that retrieves the
\member
{
a
}
and
\member
{
b
}
attributes. Combining
this new feature with the
\method
{
sort()
}
method's
\code
{
key
}
parameter
lets you easily sort lists using multiple fields.
% XXX who added?
(Contributed by Raymond Hettinger.)
\item
The
\module
{
os
}
module underwent a number of changes. The
...
...
@@ -1001,13 +998,14 @@ as input, so it waits for any child process to exit and returns a
3-tuple of
\var
{
process-id
}
,
\var
{
exit-status
}
,
\var
{
resource-usage
}
as returned from the
\function
{
resource.getrusage()
}
function.
\function
{
wait4(
\var
{
pid
}
)
}
does take a process ID.
(Contributed by
XXX
.)
(Contributed by
Chad J. Schroeder
.)
On FreeBSD, the
\function
{
os.stat()
}
function now returns
times with nanosecond resolution, and the returned object
now has
\member
{
st
_
gen
}
and
\member
{
st
_
birthtime
}
.
The
\member
{
st
_
flags
}
member is also available, if the platform supports it.
% XXX patch 1180695, 1212117
(Contributed by Antti Louko and Diego Petten
\`
o.)
% (Patch 1180695, 1212117)
\item
The old
\module
{
regex
}
and
\module
{
regsub
}
modules, which have been
deprecated ever since Python 2.0, have finally been deleted.
...
...
@@ -1061,7 +1059,8 @@ by some specifications, so it's still available as
\class
{
datetime
}
objects for the XML-RPC date type. Supply
\code
{
use
_
datetime=True
}
to the
\function
{
loads()
}
function
or the
\class
{
Unmarshaller
}
class to enable this feature.
% XXX patch 1120353
(Contributed by Skip Montanaro.)
% Patch 1120353
\end{itemize}
...
...
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