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
ef893fe4
Kaydet (Commit)
ef893fe4
authored
Ock 06, 2003
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add Tix and rexec changes
üst
8ef3d8d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
whatsnew23.tex
Doc/whatsnew/whatsnew23.tex
+17
-1
No files found.
Doc/whatsnew/whatsnew23.tex
Dosyayı görüntüle @
ef893fe4
...
@@ -1223,7 +1223,7 @@ contributed single changes.)
...
@@ -1223,7 +1223,7 @@ contributed single changes.)
%======================================================================
%======================================================================
\section
{
New
and Improv
ed Modules
}
\section
{
New
, Improved, and Deprecat
ed Modules
}
As usual, Python's standard library received a number of enhancements and
As usual, Python's standard library received a number of enhancements and
bug fixes. Here's a partial list of the most notable changes, sorted
bug fixes. Here's a partial list of the most notable changes, sorted
...
@@ -1432,6 +1432,19 @@ than the previous algorithm.
...
@@ -1432,6 +1432,19 @@ than the previous algorithm.
functions:
\function
{
get
_
history
_
item()
}
,
functions:
\function
{
get
_
history
_
item()
}
,
\function
{
get
_
current
_
history
_
length()
}
, and
\function
{
redisplay()
}
.
\function
{
get
_
current
_
history
_
length()
}
, and
\function
{
redisplay()
}
.
\item
The
\module
{
rexec
}
and
\module
{
Bastion
}
modules have been
declared dead, and attempts to import them will fail with a
\exception
{
RuntimeError
}
. New-style classes provide new ways to break
out of the restricted execution environment provided by
\module
{
rexec
}
, and no one has interest in fixing them or time to do
so. If you have applications using
\module
{
rexec
}
, rewrite them to
use something else.
(Sticking with Python 2.2 or 2.1 will not make your applications any
safer, because there are known bugs in the
\module
{
rexec
}
module in
those versions. I repeat, if you're using
\module
{
rexec
}
, stop using
it immediately.)
\item
The
\module
{
shutil
}
module gained a
\function
{
move(
\var
{
src
}
,
\item
The
\module
{
shutil
}
module gained a
\function
{
move(
\var
{
src
}
,
\var
{
dest
}
)
}
function that recursively moves a file or directory to a new
\var
{
dest
}
)
}
function that recursively moves a file or directory to a new
location.
location.
...
@@ -1581,6 +1594,9 @@ in \module{xml.dom.minidom} can now generate XML output in a
...
@@ -1581,6 +1594,9 @@ in \module{xml.dom.minidom} can now generate XML output in a
particular encoding by providing an optional encoding argument to
particular encoding by providing an optional encoding argument to
the
\method
{
toxml()
}
and
\method
{
toprettyxml()
}
methods of DOM nodes.
the
\method
{
toxml()
}
and
\method
{
toprettyxml()
}
methods of DOM nodes.
item The
\module
{
Tix
}
module has received various bug fixes and
updates for the current version of the Tix package.
\item
The
\module
{
Tkinter
}
module now works with a thread-enabled
\item
The
\module
{
Tkinter
}
module now works with a thread-enabled
version of Tcl. Tcl's threading model requires that widgets only be
version of Tcl. Tcl's threading model requires that widgets only be
accessed from the thread in which they're created; accesses from
accessed from the thread in which they're created; accesses from
...
...
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