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
f3958f16
Kaydet (Commit)
f3958f16
authored
Eki 11, 2004
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add two items
üst
9fc9789a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
whatsnew24.tex
Doc/whatsnew/whatsnew24.tex
+14
-0
No files found.
Doc/whatsnew/whatsnew24.tex
Dosyayı görüntüle @
f3958f16
...
@@ -1230,6 +1230,14 @@ to internationalize Optik's help and error messages. Help messages
...
@@ -1230,6 +1230,14 @@ to internationalize Optik's help and error messages. Help messages
for options can now include the string
\code
{
'
\%
default'
}
, which will
for options can now include the string
\code
{
'
\%
default'
}
, which will
be replaced by the option's default value.
be replaced by the option's default value.
\item
The long
-
term plan is to deprecate the
\module
{
rfc
822
}
module
in some future Python release in favor of the
\module
{
email
}
package.
To this end, the
\function
{
email.Utils.formatdate
()
}
function has been
changed to make it usable as a replacement for
\function
{
rfc
822
.formatdate
()
}
. You may want to write new e
-
mail
processing code with this in mind.
(
Change implemented by Anthony
Baxter.
)
\item
A new
\function
{
urandom
(
\var
{
n
}
)
}
function
\item
A new
\function
{
urandom
(
\var
{
n
}
)
}
function
was added to the
\module
{
os
}
module, providing access to
was added to the
\module
{
os
}
module, providing access to
platform
-
specific sources of randomness such as
platform
-
specific sources of randomness such as
...
@@ -1384,6 +1392,12 @@ Changes to Python's build process and to the C API include:
...
@@ -1384,6 +1392,12 @@ Changes to Python's build process and to the C API include:
its float or double argument
\var
{
X
}
is a NaN.
its float or double argument
\var
{
X
}
is a NaN.
(
Contributed by Tim Peters.
)
(
Contributed by Tim Peters.
)
\item
C code can avoid unnecessary locking by using the new
\cfunction
{
PyEval
_
ThreadsInitialized
()
}
function to tell
if any thread operations have been performed. If this function
returns false, no lock operations are needed.
(
Contributed by Nick Coghlan.
)
\item
A new function,
\cfunction
{
PyArg
_
VaParseTupleAndKeywords
()
}
,
\item
A new function,
\cfunction
{
PyArg
_
VaParseTupleAndKeywords
()
}
,
is the same as
\cfunction
{
PyArg
_
ParseTupleAndKeywords
()
}
but takes a
is the same as
\cfunction
{
PyArg
_
ParseTupleAndKeywords
()
}
but takes a
\ctype
{
va
_
list
}
instead of a number of arguments.
\ctype
{
va
_
list
}
instead of a number of arguments.
...
...
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