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
4aef2458
Kaydet (Commit)
4aef2458
authored
Haz 09, 2005
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[Bug #1079134] Mention change to date comparisons; bump version info and release date to 2.4.1
üst
ca69f024
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
whatsnew24.tex
Doc/whatsnew/whatsnew24.tex
+10
-4
No files found.
Doc/whatsnew/whatsnew24.tex
Dosyayı görüntüle @
4aef2458
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
\maketitle
\maketitle
\tableofcontents
\tableofcontents
This article explains the new features in Python 2.4, released on
This article explains the new features in Python 2.4
.1
, released on
November~30, 2004
.
March~30, 2005
.
Python 2.4 is a medium-sized release. It doesn't introduce as many
Python 2.4 is a medium-sized release. It doesn't introduce as many
changes as the radical Python 2.2, but introduces more features than
changes as the radical Python 2.2, but introduces more features than
...
@@ -1713,6 +1713,11 @@ The \exception{OverflowWarning} warning will disappear in Python 2.5.
...
@@ -1713,6 +1713,11 @@ The \exception{OverflowWarning} warning will disappear in Python 2.5.
now return an empty list instead of raising a
\exception
{
TypeError
}
now return an empty list instead of raising a
\exception
{
TypeError
}
exception if called with no arguments.
exception if called with no arguments.
\item
You can no longer compare the
\class
{
date
}
and
\class
{
datetime
}
instances provided by the
\module
{
datetime
}
module. Two
instances of different classes will now always be unequal, and
relative comparisons
(
\code
{
<
}
,
\code
{
>
}
)
will raise a
\exception
{
TypeError
}
.
\item
\function
{
dircache.listdir
()
}
now passes exceptions to the caller
\item
\function
{
dircache.listdir
()
}
now passes exceptions to the caller
instead of returning empty lists.
instead of returning empty lists.
...
@@ -1745,7 +1750,8 @@ longer set a handler on the \constant{SIGKILL} signal.
...
@@ -1745,7 +1750,8 @@ longer set a handler on the \constant{SIGKILL} signal.
The author would like to thank the following people for offering
The author would like to thank the following people for offering
suggestions, corrections and assistance with various drafts of this
suggestions, corrections and assistance with various drafts of this
article: Koray Can, Hye
-
Shik Chang, Michael Dyck, Raymond Hettinger,
article: Koray Can, Hye
-
Shik Chang, Michael Dyck, Raymond Hettinger,
Brian Hurt, Hamish Lawson, Fredrik Lundh, Sean Reifschneider.
Brian Hurt, Hamish Lawson, Fredrik Lundh, Sean Reifschneider,
Sadruddin Rejeb.
\end
{
document
}
\end
{
document
}
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