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
0f852e27
Kaydet (Commit)
0f852e27
authored
May 21, 2007
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Note removed modules
üst
41bf2fad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
whatsnew26.tex
Doc/whatsnew/whatsnew26.tex
+8
-0
No files found.
Doc/whatsnew/whatsnew26.tex
Dosyayı görüntüle @
0f852e27
...
@@ -147,6 +147,8 @@ stdscr.chgat(0,21, curses.A_BOLD)
...
@@ -147,6 +147,8 @@ stdscr.chgat(0,21, curses.A_BOLD)
(Contributed by Fabian Kreutz.)
(Contributed by Fabian Kreutz.)
\item
The
\module
{
gopherlib
}
module has been removed.
\item
New function in the
\module
{
heapq
}
module:
\item
New function in the
\module
{
heapq
}
module:
\function
{
merge(iter1, iter2, ...)
}
\function
{
merge(iter1, iter2, ...)
}
takes any number of iterables that return data
takes any number of iterables that return data
...
@@ -175,6 +177,10 @@ itertools.izip_longest([1,2,3], [1,2,3,4,5]) ->
...
@@ -175,6 +177,10 @@ itertools.izip_longest([1,2,3], [1,2,3,4,5]) ->
(Contributed by Raymond Hettinger.)
(Contributed by Raymond Hettinger.)
\item
The
\module
{
macfs
}
module has been removed. This in turn
required the
\function
{
macostools.touched()
}
function to be removed
because it depended on the
\module
{
macfs
}
module.
% Patch #1490190
% Patch #1490190
\item
New functions in the
\module
{
posix
}
module:
\function
{
chflags()
}
\item
New functions in the
\module
{
posix
}
module:
\function
{
chflags()
}
and
\function
{
lchflags()
}
are wrappers for the corresponding system
and
\function
{
lchflags()
}
are wrappers for the corresponding system
...
@@ -184,6 +190,8 @@ defined in the \module{stat} module; some possible values include
...
@@ -184,6 +190,8 @@ defined in the \module{stat} module; some possible values include
\constant
{
UF
_
APPEND
}
to indicate that data can only be appended to the
\constant
{
UF
_
APPEND
}
to indicate that data can only be appended to the
file. (Contributed by M. Levinson.)
file. (Contributed by M. Levinson.)
\item
The
\module
{
rgbimg
}
module has been removed.
\item
The
\module
{
smtplib
}
module now supports SMTP over
\item
The
\module
{
smtplib
}
module now supports SMTP over
SSL thanks to the addition of the
\class
{
SMTP
_
SSL
}
class.
SSL thanks to the addition of the
\class
{
SMTP
_
SSL
}
class.
This class supports an interface identical to the existing
\class
{
SMTP
}
This class supports an interface identical to the existing
\class
{
SMTP
}
...
...
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