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
fa24d9a7
Kaydet (Commit)
fa24d9a7
authored
May 09, 2008
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Deprecate the toaiff module for removal in 3.0.
üst
3c759144
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
undoc.rst
Doc/library/undoc.rst
+3
-0
toaiff.py
Lib/toaiff.py
+3
-0
NEWS
Misc/NEWS
+2
-0
No files found.
Doc/library/undoc.rst
Dosyayı görüntüle @
fa24d9a7
...
...
@@ -61,6 +61,9 @@ Multimedia
or demo. Requires the external program :program:`sox`.
.. warning:: The :mod:`toaiff` module has been removed in 3.0.
.. _undoc-mac-modules:
Undocumented Mac OS modules
...
...
Lib/toaiff.py
Dosyayı görüntüle @
fa24d9a7
...
...
@@ -7,6 +7,9 @@ Returned filename is either the input filename or a temporary filename;
in the latter case the caller must ensure that it is removed.
Other temporary files used are removed by the function.
"""
from
warnings
import
warnpy3k
warnpy3k
(
"the toaiff module has been removed in Python 3.0"
,
stacklevel
=
2
)
del
warnpy3k
import
os
import
tempfile
...
...
Misc/NEWS
Dosyayı görüntüle @
fa24d9a7
...
...
@@ -20,6 +20,8 @@ Extension Modules
Library
-------
- The toaiff module has been deprecated for removal in Python 3.0.
- The test.testall module has been deprecated for removal in Python 3.0.
- The new module has been deprecated for removal in Python 3.0.
...
...
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