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
f4b06608
Kaydet (Commit)
f4b06608
authored
Mar 17, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove mention of lib-old, and list more deleted modules
üst
01e3d262
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
17 deletions
+2
-17
whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+2
-17
No files found.
Doc/whatsnew/whatsnew25.tex
Dosyayı görüntüle @
f4b06608
...
...
@@ -599,6 +599,8 @@ The \member{st_flags} member is also available, if the platform supports it.
\item
The old
\module
{
regex
}
and
\module
{
regsub
}
modules, which have been
deprecated ever since Python 2.0, have finally been deleted.
Other deleted modules:
\module
{
statcache
}
,
\module
{
tzparse
}
,
\module
{
whrandom
}
.
\item
The
\file
{
lib-old
}
directory,
which includes ancient modules such as
\module
{
dircmp
}
and
...
...
@@ -744,23 +746,6 @@ changes to your code:
\begin{itemize}
\item
Some old deprecated modules (
\module
{
statcache
}
,
\module
{
tzparse
}
,
\module
{
whrandom
}
) have been moved to
\file
{
Lib/lib-old
}
.
You can get access to these modules again by adding the directory
to your
\code
{
sys.path
}
:
\begin{verbatim}
import os
from distutils import sysconfig
lib
_
dir = sysconfig.get
_
python
_
lib(standard
_
lib=True)
old
_
dir = os.path.join(lib
_
dir, 'lib-old')
sys.path.append(old
_
dir)
\end{verbatim}
Doing so is discouraged, however; it's better to update any code that
still uses these modules.
% the pickle module no longer uses the deprecated bin parameter.
\end{itemize}
...
...
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