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
b1c96fd8
Kaydet (Commit)
b1c96fd8
authored
Mar 20, 2005
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Write part of PEP 309 section
üst
0c35db9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
1 deletion
+22
-1
whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+22
-1
No files found.
Doc/whatsnew/whatsnew25.tex
Dosyayı görüntüle @
b1c96fd8
...
...
@@ -28,7 +28,28 @@ rationale, refer to the PEP for a particular new feature.
%======================================================================
\section
{
PEP 309: Partial Function Application
}
XXX describe this PEP.
For programs written in a functional style, it can be useful to
construct variants of existing functions that have some of the
parameters filled in. This is called ``partial function application''.
The new
\module
{
functional
}
module contains a
\class
{
partial
}
class
that provides partial application.
The
\module
{
functional
}
module is intended to contain tools for
functional-style programming. Currently it only contains
\class
{
partial
}
, but new functions will probably be added in future
versions of Python.
% XXX write rest of this
% XXX add example from my GTk programming
\begin{seealso}
\seepep
{
309
}{
Partial Function Application
}{
PEP proposed and written by
Peter Harris; implemented by Hye-Shik Chang, with adaptations by
Raymond Hettinger.
}
\end{seealso}
%======================================================================
...
...
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