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
7c4e79c9
Kaydet (Commit)
7c4e79c9
authored
Haz 20, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Minor edits and rearrangements; markup fix
üst
b1992d0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
18 deletions
+14
-18
whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+14
-18
No files found.
Doc/whatsnew/whatsnew25.tex
Dosyayı görüntüle @
7c4e79c9
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
\usepackage
{
distutils
}
\usepackage
{
distutils
}
% $Id$
% $Id$
% wsgiref section
% Fix XXX comments
% Fix XXX comments
% Count up the patches and bugs
% Count up the patches and bugs
...
@@ -19,18 +18,13 @@ This article explains the new features in Python 2.5. The final
...
@@ -19,18 +18,13 @@ This article explains the new features in Python 2.5. The final
release of Python 2.5 is scheduled for August 2006;
release of Python 2.5 is scheduled for August 2006;
\pep
{
356
}
describes the planned release schedule.
\pep
{
356
}
describes the planned release schedule.
Comments, suggestions, and error reports are welcome; please e-mail them
The changes in Python 2.5 are an interesting mix of language and
to the author or open a bug in the Python bug tracker.
library improvements. The library enhancements will be more important
to Python's user community, I think, because several widely-useful
% XXX Compare with previous release in 2 - 3 sentences here.
packages were added. New modules include ElementTree for XML
The changes in Python 2.5 are an interesting mix of language and library
processing (section~
\ref
{
module-etree
}
), the SQLite database module
changes. The library changes
(section~
\ref
{
module-sqlite
}
), and the
\module
{
ctypes
}
module for
will be more important to Python's user community, I think,
calling C functions (section~
\ref
{
module-ctypes
}
).
because several widely-useful packages were added to the standard library;
the additions include
ElementTree for XML processing (section~
\ref
{
module-etree
}
),
the SQLite database module (section~
\ref
{
module-sqlite
}
),
and the
\module
{
ctypes
}
module for calling C functions (
\section
~
\ref
{
module-ctypes
}
).
The language changes are of middling significance. Some pleasant new
The language changes are of middling significance. Some pleasant new
features were added, but most of them aren't features that you'll use
features were added, but most of them aren't features that you'll use
...
@@ -45,15 +39,17 @@ improvements are worthwhile, but they're improvements to one specific
...
@@ -45,15 +39,17 @@ improvements are worthwhile, but they're improvements to one specific
language feature or another; none of them are broad modifications to
language feature or another; none of them are broad modifications to
Python's semantics.
Python's semantics.
This article doesn't try to be a complete specification of the new
This article doesn't attempt to be a complete specification of the new
features; instead changes are briefly introduced using helpful
features, but instead is a brief introduction to each new feature.
examples. For full details, you should always refer to the
For full details, you should refer to the documentation for Python
documentation for Python 2.5.
2.5.
% XXX add hyperlink when the documentation becomes available online.
% XXX add hyperlink when the documentation becomes available online.
If you want to understand the complete implementation and design
If you want to understand the complete implementation and design
rationale, refer to the PEP for a particular new feature.
rationale, refer to the PEP for a particular new feature.
Comments, suggestions, and error reports for this document are
welcome; please e-mail them to the author or open a bug in the Python
bug tracker.
%======================================================================
%======================================================================
\section
{
PEP 308: Conditional Expressions
\label
{
pep-308
}}
\section
{
PEP 308: Conditional Expressions
\label
{
pep-308
}}
...
...
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