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
a975cd44
Kaydet (Commit)
a975cd44
authored
May 11, 2008
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix up markup in the deprecation notice.
üst
df0a7170
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
13 additions
and
12 deletions
+13
-12
bastion.rst
Doc/library/bastion.rst
+1
-1
compiler.rst
Doc/library/compiler.rst
+1
-1
dircache.rst
Doc/library/dircache.rst
+1
-1
dl.rst
Doc/library/dl.rst
+2
-1
fpformat.rst
Doc/library/fpformat.rst
+1
-1
imputil.rst
Doc/library/imputil.rst
+1
-1
mutex.rst
Doc/library/mutex.rst
+1
-1
new.rst
Doc/library/new.rst
+1
-1
rexec.rst
Doc/library/rexec.rst
+1
-1
undoc.rst
Doc/library/undoc.rst
+2
-2
user.rst
Doc/library/user.rst
+1
-1
No files found.
Doc/library/bastion.rst
Dosyayı görüntüle @
a975cd44
...
...
@@ -7,7 +7,7 @@
:deprecated:
.. deprecated:: 2.6
The
Bastion
module has been removed in Python 3.0.
The
:mod:`Bastion`
module has been removed in Python 3.0.
.. moduleauthor:: Barry Warsaw <bwarsaw@python.org>
...
...
Doc/library/compiler.rst
Dosyayı görüntüle @
a975cd44
...
...
@@ -6,7 +6,7 @@ Python compiler package
***********************
.. deprecated:: 2.6
The
compiler
package has been removed in Python 3.0.
The
:mod:`compiler`
package has been removed in Python 3.0.
.. sectionauthor:: Jeremy Hylton <jeremy@zope.com>
...
...
Doc/library/dircache.rst
Dosyayı görüntüle @
a975cd44
...
...
@@ -7,7 +7,7 @@
:deprecated:
.. deprecated:: 2.6
The
dircache
module has been removed in Python 3.0.
The
:mod:`dircache`
module has been removed in Python 3.0.
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
...
...
Doc/library/dl.rst
Dosyayı görüntüle @
a975cd44
...
...
@@ -8,7 +8,8 @@
:deprecated:
.. deprecated:: 2.6
The dl module has been removed in Python 3.0.
The :mod:`dl` module has been removed in Python 3.0. Use the :mod:`ctypes`
module instead.
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
...
...
Doc/library/fpformat.rst
Dosyayı görüntüle @
a975cd44
...
...
@@ -7,7 +7,7 @@
:deprecated:
.. deprecated:: 2.6
The
fpformat
module has been removed in Python 3.0.
The
:mod:`fpformat`
module has been removed in Python 3.0.
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
...
...
Doc/library/imputil.rst
Dosyayı görüntüle @
a975cd44
...
...
@@ -7,7 +7,7 @@
:deprecated:
.. deprecated:: 2.6
The module has been removed in Python 3.0.
The
:mod:`imputil`
module has been removed in Python 3.0.
.. index:: statement: import
...
...
Doc/library/mutex.rst
Dosyayı görüntüle @
a975cd44
...
...
@@ -7,7 +7,7 @@
:deprecated:
.. deprecated::
The
mutex
module has been removed in Python 3.0.
The
:mod:`mutex`
module has been removed in Python 3.0.
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
...
...
Doc/library/new.rst
Dosyayı görüntüle @
a975cd44
...
...
@@ -7,7 +7,7 @@
:deprecated:
.. deprecated:: 2.6
The
new
module has been removed in Python 3.0.
The
:mod:`new`
module has been removed in Python 3.0.
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
...
...
Doc/library/rexec.rst
Dosyayı görüntüle @
a975cd44
...
...
@@ -7,7 +7,7 @@
:deprecated:
.. deprecated:: 2.6
The
rexec
module has been removed in Python 3.0.
The
:mod:`rexec`
module has been removed in Python 3.0.
.. versionchanged:: 2.3
Disabled module.
...
...
Doc/library/undoc.rst
Dosyayı görüntüle @
a975cd44
...
...
@@ -22,7 +22,7 @@ Some of these are very old and/or not very robust; marked with "hmm."
:mod:`ihooks`
--- Import hook support (for :mod:`rexec`; may become obsolete).
.. warning:: The
ihooks
module has been removed in Python 3.0.
.. warning:: The
:mod:`ihooks`
module has been removed in Python 3.0.
Platform specific modules
...
...
@@ -55,7 +55,7 @@ Multimedia
--- Play audio data on the Linux audio device. Replaced in Python 2.3 by the
:mod:`ossaudiodev` module.
.. warning:: The
linuxaudiodev
module has been removed in Python 3.0.
.. warning:: The
:mod:`linuxaudiodev`
module has been removed in Python 3.0.
:mod:`sunaudio`
--- Interpret Sun audio headers (may become obsolete or a tool/demo).
...
...
Doc/library/user.rst
Dosyayı görüntüle @
a975cd44
...
...
@@ -7,7 +7,7 @@
:deprecated:
.. deprecated:: 2.6
The
user
module has been removed in Python 3.0.
The
:mod:`user`
module has been removed in Python 3.0.
.. index::
pair: .pythonrc.py; file
...
...
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