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
6fc69765
Kaydet (Commit)
6fc69765
authored
Nis 13, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add some items
üst
0cc56e5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
6 deletions
+16
-6
whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+16
-6
No files found.
Doc/whatsnew/whatsnew25.tex
Dosyayı görüntüle @
6fc69765
...
...
@@ -958,22 +958,26 @@ details.
\begin{itemize}
% collections.deque now has .remove()
%
XXX
collections.deque now has .remove()
% collections.defaultdict
% the cPickle module no longer accepts the deprecated None option in the
% args tuple returned by __reduce__().
% csv module improvements
%
XXX
csv module improvements
% datetime.datetime() now has a strptime class method which can be used to
%
XXX
datetime.datetime() now has a strptime class method which can be used to
% create datetime object using a string and format.
% fileinput: opening hook used to control how files are opened.
%
XXX
fileinput: opening hook used to control how files are opened.
% .input() now has a mode parameter
% now has a fileno() function
% accepts Unicode filenames
\item
The
\module
{
audioop
}
module now supports the a-LAW encoding,
and the code for u-LAW encoding has been improved. (Contributed by
Lars Immisch.)
\item
In the
\module
{
gc
}
module, the new
\function
{
get
_
count()
}
function
returns a 3-tuple containing the current collection counts for the
three GC generations. This is accounting information for the garbage
...
...
@@ -1563,9 +1567,15 @@ error checking.
%======================================================================
%\subsection{Port-Specific Changes}
\subsection
{
Port-Specific Changes
}
\begin{itemize}
%Platform-specific changes go here.
\item
MacOS X (10.3 and higher): dynamic loading of modules
now uses the
\cfunction
{
dlopen()
}
function instead of MacOS-specific
functions.
\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