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
c3749a97
Kaydet (Commit)
c3749a97
authored
Nis 04, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add a paragraph about PEP 353; add a few more fixes
üst
ed2038b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
3 deletions
+19
-3
whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+19
-3
No files found.
Doc/whatsnew/whatsnew25.tex
Dosyayı görüntüle @
c3749a97
...
@@ -694,12 +694,28 @@ in a few releases.
...
@@ -694,12 +694,28 @@ in a few releases.
\begin{seealso}
\begin{seealso}
\seepep
{
352
}{}{
PEP written by
\seepep
{
352
}{
Required Superclass for Exceptions
}{
PEP written by
Brett Cannon and Guido van Rossum; implemented by Brett Cannon.
}
Brett Cannon and Guido van Rossum; implemented by Brett Cannon.
}
\end{seealso}
\end{seealso}
%======================================================================
\section
{
PEP 353: Using ssize
_
t as the index type
}
A wide-ranging change to Python's C API, using a new
\ctype
{
Py
_
ssize
_
t
}
type definition instead of
\ctype
{
int
}
,
will permit the interpreter to handle more data on 64-bit platforms.
This change doesn't affect Python's capacity on 32-bit platforms.
This section will be expanded in future alpha releases.
\begin{seealso}
\seepep
{
353
}{}{
PEP written and implemented by Martin von L
\"
owis.
}
\end{seealso}
%======================================================================
%======================================================================
\section
{
PEP 357: The '
__
index
__
' method
}
\section
{
PEP 357: The '
__
index
__
' method
}
...
@@ -1201,7 +1217,7 @@ changes to your code:
...
@@ -1201,7 +1217,7 @@ changes to your code:
\begin{itemize}
\begin{itemize}
\item
XXX the pickle module no longer uses the deprecated bin
parameter.
\item
The
\module
{
pickle
}
module no longer uses the deprecated
\var
{
bin
}
parameter.
\end{itemize}
\end{itemize}
...
@@ -1211,6 +1227,6 @@ changes to your code:
...
@@ -1211,6 +1227,6 @@ changes to your code:
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: .
article:
no one yet
.
\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