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
7a82b8c7
Kaydet (Commit)
7a82b8c7
authored
Kas 04, 2002
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bring back the patch/bug count paragraph.
Correct source of *strip() changes Small rewrites.
üst
dc3f7e12
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
whatsnew23.tex
Doc/whatsnew/whatsnew23.tex
+11
-8
No files found.
Doc/whatsnew/whatsnew23.tex
Dosyayı görüntüle @
7a82b8c7
...
...
@@ -14,8 +14,6 @@
%
% MacOS framework-related changes (section of its own, probably)
%
% New sorting code
%
% xreadlines obsolete; files are their own iterator
%\section{Introduction \label{intro}}
...
...
@@ -700,7 +698,7 @@ KeyError: pop(): dictionary is empty
(Patch contributed by Raymond Hettinger.)
\item
The
\keyword
{
assert
}
statement no longer
checks the
\code
{__
debug
__}
\item
The
\keyword
{
assert
}
statement no longer checks the
\code
{__
debug
__}
flag, so you can no longer disable assertions by assigning to
\code
{__
debug
__}
.
Running Python with the
\programopt
{
-O
}
switch will still generate
code that doesn't execute any assertions.
...
...
@@ -804,7 +802,7 @@ u'\u4001abc'
>>>
\end{verbatim}
(
Contributed by Simon Brunning
.)
(
Suggested by Simon Brunning, and implemented by Walter D
\"
orwald
.)
\item
The
\method
{
startswith()
}
and
\method
{
endswith()
}
string methods now accept negative numbers for the start and end
...
...
@@ -1301,7 +1299,12 @@ Python now supports AtheOS (\url{http://www.atheos.cx}) and GNU/Hurd.
%======================================================================
\section
{
Other Changes and Fixes
}
Finally, there are various miscellaneous fixes:
As usual, there were a bunch of other improvements and bugfixes
scattered throughout the source tree. A search through the CVS change
logs finds there were 289 patches applied and 323 bugs fixed between
Python 2.2 and 2.3. Both figures are likely to be underestimates.
Some of the more notable changes are:
\begin{itemize}
...
...
@@ -1317,8 +1320,8 @@ using a different mechanism that works with ``python -O''. For Python
call the trace function, removing the need for
\code
{
SET
_
LINENO
}
entirely.
Python code will be hard pushed to notice a difference from this
c
hange, apart from a slight speed up when p
ython is run without
It would be difficult to detect any resulting difference from Python
c
ode, apart from a slight speed up when P
ython is run without
\programopt
{
-O
}
.
C extensions that access the
\member
{
f
_
lineno
}
field of frame objects
...
...
@@ -1340,7 +1343,7 @@ XXX write this
The author would like to thank the following people for offering
suggestions, corrections and assistance with various drafts of this
article: Michael Chermside, Scott David Daniels, Fred~L. Drake, Jr.,
article:
Simon Brunning,
Michael Chermside, Scott David Daniels, Fred~L. Drake, Jr.,
Michael Hudson, Detlef Lannert, Martin von L
\"
owis, Andrew MacIntyre,
Lalo Martins, Gustavo Niemeyer, Neal Norwitz, Jason Tishler.
...
...
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