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
3e41b059
Kaydet (Commit)
3e41b059
authored
Mar 01, 2005
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Note various changes that need to be described
üst
9c323f8d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
3 deletions
+26
-3
whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+26
-3
No files found.
Doc/whatsnew/whatsnew25.tex
Dosyayı görüntüle @
3e41b059
...
...
@@ -26,8 +26,9 @@ rationale, refer to the PEP for a particular new feature.
%======================================================================
\section
{
PEP 309: Partial Function Application
}
% Large, PEP-level features and changes should be described here
.
XXX describe this PEP
.
%======================================================================
...
...
@@ -54,6 +55,8 @@ print max(L, key=len)
print max(L)
\end{verbatim}
% XXX also supported by heapq.nsmallest() and heapq.nlargest().
(Contributed by Steven Bethard and Raymond Hettinger.)
\end{itemize}
...
...
@@ -84,7 +87,23 @@ details.
\begin{itemize}
\item
Descriptions go here.
% the cPickle module no longer accepts the deprecated None option in the
% args tuple returned by __reduce__().
% csv module improvements
% datetime.datetime() now has a strptime class method which can be used to
% create datetime object using a string and format.
% itertools.islice() now accepts None for the start and step arguments.
\item
New module:
\module
{
spwd
}
provides functions for accessing the
shadow password database on systems that support it.
% XXX give example
% XXX os.stat_float_times is now True
% os.{SEEK_SET, SEEK_CUR, SEEK_END} have been added for convenience.
\end{itemize}
...
...
@@ -137,7 +156,11 @@ changes to your code:
\begin{itemize}
\item
Everything is all in the details!
\item
Some old deprecated modules (
\module
{
statcache
}
,
\module
{
tzparse
}
,
\module
{
whrandom
}
) have been moved to
\file
{
Lib/lib-old
}
.
% XXX note how to get them back
% the pickle module no longer uses the deprecated bin parameter.
\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