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
b33842ac
Kaydet (Commit)
b33842ac
authored
Nis 25, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add two items; easy_install is now off the table, though pkgutil still is
üst
34a70c60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+14
-1
No files found.
Doc/whatsnew/whatsnew25.tex
Dosyayı görüntüle @
b33842ac
...
...
@@ -2,7 +2,6 @@
\usepackage
{
distutils
}
% $Id$
% The easy_install stuff
% Describe the pkgutil module
% Fix XXX comments
% Count up the patches and bugs
...
...
@@ -1293,6 +1292,11 @@ ts = datetime.strptime('10:13:15 2006-03-07',
'
%H:%M:%S %Y-%m-%d')
\end{verbatim}
\item
The
\module
{
doctest
}
module gained a
\code
{
SKIP
}
option that
keeps an example from being executed at all. This is intended for
code snippets that are usage examples intended for the reader and
aren't actually test cases.
\item
The
\module
{
fileinput
}
module was made more flexible.
Unicode filenames are now supported, and a
\var
{
mode
}
parameter that
defaults to
\code
{
"r"
}
was added to the
...
...
@@ -1416,6 +1420,15 @@ The \member{st_flags} member is also available, if the platform supports it.
(Contributed by Antti Louko and Diego Petten
\`
o.)
% (Patch 1180695, 1212117)
\item
The Python debugger provided by the
\module
{
pdb
}
module
can now store lists of commands to execute when a breakpoint is
reached and execution stops. Once breakpoint #1 has been created,
enter
\samp
{
commands 1
}
and enter a series of commands to be executed,
finishing the list with
\samp
{
end
}
. The command list can include
commands that resume execution, such as
\samp
{
continue
}
or
\samp
{
next
}
. (Contributed by Gr
\'
egoire Dooms.)
% Patch 790710
\item
The
\module
{
pickle
}
and
\module
{
cPickle
}
modules no
longer accept a return value of
\code
{
None
}
from the
\method
{__
reduce
__
()
}
method; the method must return a tuple 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