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
065f5fac
Kaydet (Commit)
065f5fac
authored
Şub 10, 2003
tarafından
Michael W. Hudson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Sundry very picky changes.
üst
aab02606
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
whatsnew23.tex
Doc/whatsnew/whatsnew23.tex
+5
-4
No files found.
Doc/whatsnew/whatsnew23.tex
Dosyayı görüntüle @
065f5fac
...
...
@@ -101,8 +101,7 @@ Set([1, 2, 5, 6])
\end{verbatim}
There are also
\method
{
issubset()
}
and
\method
{
issuperset()
}
methods
for checking whether one set is a strict subset or superset of
another:
for checking whether one set is a subset or superset of another:
\begin{verbatim}
>>> S1 = sets.Set([1,2,3])
...
...
@@ -543,7 +542,7 @@ A Boolean type was added to Python 2.3. Two new constants were added
to the
\module
{__
builtin
__}
module,
\constant
{
True
}
and
\constant
{
False
}
. (
\constant
{
True
}
and
\constant
{
False
}
constants were added to the built-ins
in Python 2.2.
2, but the 2.2.2
versions simply have integer values of
in Python 2.2.
1, but the 2.2.1
versions simply have integer values of
1 and 0 and aren't a different type.)
The type object for this new type is named
...
...
@@ -1484,7 +1483,7 @@ in, Guido van~Rossum rewrote parts of it. (This is a good example of
a collaborative development process in action.)
\item
On Windows, the
\module
{
socket
}
module now ships with Secure
Sockets L
ibrary
(SSL) support.
Sockets L
ayer
(SSL) support.
\item
The value of the C
\constant
{
PYTHON
_
API
_
VERSION
}
macro is now exposed
at the Python level as
\code
{
sys.api
_
version
}
.
...
...
@@ -1660,6 +1659,8 @@ Any breakage caused by this change should be reported as a bug.
%======================================================================
\subsection
{
Date/Time Type
}
% XXX This is out-of-date already: timetz and so on have gone away.
Date and time types suitable for expressing timestamps were added as
the
\module
{
datetime
}
module. The types don't support different
calendars or many fancy features, and just stick to the basics of
...
...
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