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
5ab504ef
Kaydet (Commit)
5ab504ef
authored
Haz 20, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Terminology and typography fixes
üst
2c4e462e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
whatsnew20.tex
Doc/whatsnew/whatsnew20.tex
+1
-1
whatsnew23.tex
Doc/whatsnew/whatsnew23.tex
+1
-1
whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+3
-3
No files found.
Doc/whatsnew/whatsnew20.tex
Dosyayı görüntüle @
5ab504ef
...
...
@@ -777,7 +777,7 @@ fact will break in 2.0.
Some work has been done to make integers and long integers a bit more
interchangeable. In 1.5.2, large-file support was added for Solaris,
to allow reading files larger than 2
Gb
; this made the
\method
{
tell()
}
to allow reading files larger than 2
~GiB
; this made the
\method
{
tell()
}
method of file objects return a long integer instead of a regular
integer. Some code would subtract two file offsets and attempt to use
the result to multiply a sequence or slice a string, but this raised a
...
...
Doc/whatsnew/whatsnew23.tex
Dosyayı görüntüle @
5ab504ef
...
...
@@ -1479,7 +1479,7 @@ now return enhanced tuples:
('amk', 500)
\end{verbatim}
\item
The
\module
{
gzip
}
module can now handle files exceeding 2~G
b
.
\item
The
\module
{
gzip
}
module can now handle files exceeding 2~G
iB
.
\item
The new
\module
{
heapq
}
module contains an implementation of a
heap queue algorithm. A heap is an array-like data structure that
...
...
Doc/whatsnew/whatsnew25.tex
Dosyayı görüntüle @
5ab504ef
...
...
@@ -960,7 +960,7 @@ space for a \ctype{PyObject} representing the item. 2147483647*4 is
already more bytes than a 32-bit address space can contain.
It's possible to address that much memory on a 64-bit platform,
however. The pointers for a list that size would only require 16GiB
however. The pointers for a list that size would only require 16
~
GiB
of space, so it's not unreasonable that Python programmers might
construct lists that large. Therefore, the Python interpreter had to
be changed to use some type other than
\ctype
{
int
}
, and this will be a
...
...
@@ -1723,8 +1723,8 @@ Brandl.)
% Patch 1120353
\item
The
\module
{
zipfile
}
module now supports the ZIP64 version of the
format, meaning that a .zip archive can now be larger than 4
GiB and
can contain individual files larger than 4
GiB. (Contributed by
format, meaning that a .zip archive can now be larger than 4
~
GiB and
can contain individual files larger than 4
~
GiB. (Contributed by
Ronald Oussoren.)
% Patch 1446489
...
...
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