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
ae3bbf57
Kaydet (Commit)
ae3bbf57
authored
Ara 31, 2002
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add posix.loadavg()
Add some times
üst
5ee95474
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
whatsnew23.tex
Doc/whatsnew/whatsnew23.tex
+7
-8
No files found.
Doc/whatsnew/whatsnew23.tex
Dosyayı görüntüle @
ae3bbf57
...
...
@@ -693,7 +693,7 @@ This new feature is implemented using the new import hooks from
\seepep
{
273
}{
Import Modules from Zip Archives
}{
Written by James C. Ahlstrom,
who also provided an implementation.
Python 2.3 follows the specification in
\pep
{
273
}
,
but uses an implementation written by Just van
Rossum
but uses an implementation written by Just van
~
Rossum
that uses the import hooks described in
\pep
{
302
}
.
}
\end{seealso}
...
...
@@ -759,8 +759,7 @@ raise ImportError
\begin{seealso}
\seepep
{
302
}{
New Import Hooks
}{
Written by Just van~Rossum and Paul Moore.
Implemented by Just van Rossum.
% XXX is that credit right?
Implemented by Just van~Rossum.
}
\end{seealso}
...
...
@@ -964,7 +963,7 @@ simplify creating small dictionaries:
{
'blue': 2, 'black': 4, 'green': 3, 'red': 1
}
\end{verbatim}
(Contributed by Just van
Rossum.)
(Contributed by Just van
~
Rossum.)
\item
The
\keyword
{
assert
}
statement no longer checks the
\code
{__
debug
__}
flag, so you can no longer disable assertions by assigning to
\code
{__
debug
__}
.
...
...
@@ -1302,11 +1301,11 @@ radians. Also, an optional \var{base} argument was added to
bases other than
\code
{
e
}
and
\code
{
10
}
. (Contributed by Raymond
Hettinger.)
\item
Seve
n new functions,
\function
{
getpgid()
}
,
\function
{
killpg()
}
,
\function
{
lchown()
}
,
\function
{
major()
}
,
\function
{
makedev()
}
,
\function
{
minor()
}
, and
\function
{
mknod()
}
,
were added to the
\item
Seve
ral new functions (
\function
{
getpgid()
}
,
\function
{
killpg()
}
,
\function
{
lchown()
}
,
\function
{
loadavg()
}
,
\function
{
major()
}
,
\function
{
makedev()
}
,
\function
{
minor()
}
, and
\function
{
mknod()
}
)
were added to the
\module
{
posix
}
module that underlies the
\module
{
os
}
module.
(Contributed by Gustavo Niemeyer
and Geert Jansen
.)
(Contributed by Gustavo Niemeyer
, Geert Jansen, and Denis S. Otkidach
.)
\item
The old and never-documented
\module
{
linuxaudiodev
}
module has
been renamed to
\module
{
ossaudiodev
}
, because the OSS sound drivers
...
...
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